Skip to content

Commit

Permalink
For mozilla-mobile#27016 - Prevent the MR onboarding always going to …
Browse files Browse the repository at this point in the history
…homescreen

This will mean that hen the onboarding is finished the user will get back to
the screen that should've been opened if not the onboarding.
  • Loading branch information
Mugurell committed Oct 7, 2022
1 parent 62f5f44 commit 6a4a29e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/navigation/nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@

<action
android:id="@+id/action_global_home_onboarding_dialog"
app:destination="@id/homeOnboardingDialogFragment"
app:popUpTo="@id/homeFragment" />
app:destination="@id/homeOnboardingDialogFragment" />

<action
android:id="@+id/action_global_wallpaper_onboarding_dialog"
Expand Down

0 comments on commit 6a4a29e

Please sign in to comment.