Skip to content

Commit d3b58e6

Browse files
authored
Merge pull request #4437 from CruGlobal/lessonUpNavigation
GT-2853 Fix lesson up navigation
2 parents a8bd6cf + 27489aa commit d3b58e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/lesson-renderer/src/main/kotlin/org/cru/godtools/tool/lesson/ui/LessonActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class LessonActivity :
137137
if (showFeedback) {
138138
showFeedbackDialog = true
139139
} else {
140-
finish()
140+
if (!onNavigateUp()) finish()
141141
}
142142
}
143143

0 commit comments

Comments
 (0)