Skip to content

Commit

Permalink
Don't allow going back to onboarding after reaching dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Sep 4, 2024
1 parent 0d1d9c7 commit 009178a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/navigation/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@
tools:layout="@layout/onboarding_privacy_fragment">
<action
android:id="@+id/action_privacyFragment_to_dashFragment"
app:popUpTo="@id/main"
app:popUpToInclusive="true"
app:destination="@id/dashFragment" />
</fragment>

Expand Down

0 comments on commit 009178a

Please sign in to comment.