You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
English translation:
I start a fragment1 from activity, then fragment1 starts to fragment2, and finally fragment2 starts to fragment3. I wanted to jump directly from fragment3 to fragment1, so I used Rigger.getRigger (fragment3. this). startfragment (fragment1), but fragment1 cannot exit normally, that is, fragment1.close cannot jump to activity, but to fragment3; In order to solve this problem, I use containerVewid and bondcontainerView, which can't solve the problem. I'd like to ask you how to use the Rigger in this case
The text was updated successfully, but these errors were encountered:
我从Activity 中 start 一个fragment1,然后fragment1 start 到 fragment2, 最后 fragment2 start 到 fragment3。我想直接从fragment3跳转到fragment1,因此我使用了 Rigger.getRigger(fragment3.this).startFragment(fragment1), 但是出现了fragment1不能正常退出了,即fragment1.close不能跳到Activity而是到了fragment3; 为了解决这个情况,我使用了containerViewId 和 bondContainerView 这几个参数都不能解决问题,想问问您这种情况该怎么使用Rigger;
English translation:
I start a fragment1 from activity, then fragment1 starts to fragment2, and finally fragment2 starts to fragment3. I wanted to jump directly from fragment3 to fragment1, so I used Rigger.getRigger (fragment3. this). startfragment (fragment1), but fragment1 cannot exit normally, that is, fragment1.close cannot jump to activity, but to fragment3; In order to solve this problem, I use containerVewid and bondcontainerView, which can't solve the problem. I'd like to ask you how to use the Rigger in this case
The text was updated successfully, but these errors were encountered: