We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A Fragment startWithPop(BFragment),A/B都不见了,1.0.3版本
The text was updated successfully, but these errors were encountered:
又调了一下,发现如果A存在 prefragment,就可以正常,如果A是rootfragment,就会出现两个都出栈的情况
Sorry, something went wrong.
@zhangz89 是的,pop后再执行start时,fragmentManager传了空,start失败,稍后修复
可以使用下面的方法代替实现:
popTo(A.class,true,new Runnable(){ @Override public void run() { start(B); } },getFragmentAnimator().getPopExit()); // getFragmentAnimator().getPopExit() 代表popTo时的动画
Fix #389, #391
2487015
v1.0.4已放出,已修复 🍺
No branches or pull requests
A Fragment startWithPop(BFragment),A/B都不见了,1.0.3版本
The text was updated successfully, but these errors were encountered: