Skip to content

Commit

Permalink
[fix]: wrong fragment animation
Browse files Browse the repository at this point in the history
  • Loading branch information
F0x1d committed Oct 1, 2023
1 parent cafb683 commit a10e94d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/main/res/navigation/nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@

<action
android:id="@+id/action_global_logsFragment"
app:destination="@id/logs">
app:destination="@id/logs"
app:enterAnim="@anim/nav_default_enter_anim"
app:exitAnim="@anim/nav_default_exit_anim"
app:popEnterAnim="@anim/nav_default_pop_enter_anim"
app:popExitAnim="@anim/nav_default_pop_exit_anim">
<argument
android:name="file_uri"
app:argType="android.net.Uri"
Expand Down

0 comments on commit a10e94d

Please sign in to comment.