For #27016 - Prevent the MR onboarding always going to 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.
This commit is contained in:
Mugurell 2022-10-06 15:53:05 +03:00 committed by mergify[bot]
parent 809f632f72
commit 6c6c3f5259
1 changed files with 1 additions and 2 deletions

View File

@ -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"