Optimize navigation back stack

Fix topjohnwu#4333

Co-authored-by: LoveSy <shana@zju.edu.cn>
This commit is contained in:
canyie
2022-01-20 17:13:16 +08:00
committed by John Wu
parent 1f5992f2c2
commit b0fba6ce5b
4 changed files with 9 additions and 8 deletions
+1 -2
View File
@@ -150,7 +150,6 @@
app:enterAnim="@anim/fragment_enter"
app:exitAnim="@anim/fragment_exit"
app:popEnterAnim="@anim/fragment_enter_pop"
app:popExitAnim="@anim/fragment_exit_pop"
app:popUpTo="@id/homeFragment" />
app:popExitAnim="@anim/fragment_exit_pop" />
</navigation>