Skip to content

Commit 27489aa

Browse files
committed
try triggering up navigation before finishing if the user uses the navigate up action
1 parent a8bd6cf commit 27489aa

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)