Skip to content

Commit

Permalink
Handle back event
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolegeorgieva committed May 4, 2024
1 parent 52fd5a3 commit 3379371
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class LessonViewModel(

override fun onEvent(event: LessonViewEvent) {
when (event) {
LessonViewEvent.OnBackClick -> TODO()
LessonViewEvent.OnBackClick -> handleBackClick()
}
}

Expand Down

0 comments on commit 3379371

Please sign in to comment.