Skip to content

Commit

Permalink
Migrate from WalkthroughFinalFragmentPresenter
Browse files Browse the repository at this point in the history
  • Loading branch information
dattasneha committed Sep 5, 2024
1 parent 789dd1c commit 8775b59
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class WalkthroughFinalFragmentPresenter @Inject constructor(
}

override fun goBack() {
@Suppress("DEPRECATION") // TODO(#5404): Migrate to a back pressed dispatcher.
activity.onBackPressed()
activity.onBackpressedDispatcher.onBackPressed()
}
}

0 comments on commit 8775b59

Please sign in to comment.