Skip to content

Commit

Permalink
- Fixed needing to double tap back to close home fragment when return…
Browse files Browse the repository at this point in the history
…ing from entry editor fragment
  • Loading branch information
randroid88 committed Dec 31, 2018
1 parent 6d6872f commit 20b498b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/navigation/mobile_navigation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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/home_dest" />
app:popUpTo="@id/home_dest"
app:popUpToInclusive="true" />
</fragment>

</navigation>

0 comments on commit 20b498b

Please sign in to comment.