how to go back to previous fragment on pressing manually back button of individual fragment?

后端 未结 10 1472
悲&欢浪女
悲&欢浪女 2020-11-27 04:49

I have only one activity and multiple fragments in my application.

Two main fragment A(left) and B(right).



        
10条回答
  •  时光取名叫无心
    2020-11-27 05:46

    You can handle it by adding tag in the backStack. Check my answer here :

    https://stackoverflow.com/a/19477957/1572408

    hope it helps

提交回复
热议问题