Skip to content

Commit

Permalink
[fix]: small navigation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
F0x1d committed Oct 19, 2023
1 parent e0cf912 commit 5503682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/navigation/nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
app:exitAnim="@anim/nav_default_exit_anim"
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
app:popExitAnim="@anim/nav_default_pop_exit_anim"
app:popUpTo="@id/logsFragment"
app:popUpToInclusive="false">
app:popUpTo="@id/recordingsFragment"
app:popUpToInclusive="true">
<argument
android:name="file_uri"
app:argType="android.net.Uri"
Expand Down

0 comments on commit 5503682

Please sign in to comment.