Skip to content

Commit

Permalink
Fixed back navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
antonijzelinskij committed Nov 26, 2024
1 parent ff7f029 commit 4d491f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/res/navigation/dapp_browser_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,20 @@
<action
android:id="@+id/action_dappTabsFragment_to_dapp_browser_graph"
app:destination="@id/dappBrowserFragment"
app:enterAnim="@anim/fragment_open_enter"
app:exitAnim="@anim/fragment_open_exit"
app:popEnterAnim="@anim/fragment_close_enter"
app:popExitAnim="@anim/fragment_slide_out"
app:popUpTo="@id/dapp_browser_graph"
app:popUpToInclusive="true" />

<action
android:id="@+id/action_finish_tabs_fragment"
app:enterAnim="@anim/fragment_open_enter"
app:exitAnim="@anim/fragment_open_exit"
app:popEnterAnim="@anim/fragment_close_enter"
app:popExitAnim="@anim/fragment_close_exit"
app:popUpTo="@id/dappBrowserFragment"
app:popUpToInclusive="true" />

</fragment>
Expand Down

0 comments on commit 4d491f0

Please sign in to comment.