Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jump issue #97

Open
hnuwangchao opened this issue Nov 16, 2020 · 1 comment
Open

Jump issue #97

hnuwangchao opened this issue Nov 16, 2020 · 1 comment

Comments

@hnuwangchao
Copy link

我从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

@yanpengqing
Copy link

3到1的时候close三次,或者1关闭的时候close4次 我想大概是这样的吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants