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
版本:1.2.0 描述:栈结构是 OneFragment - TwoFragment - TwoFragment 。这时候做侧滑,理论结果应该是:OneFragment - TwoFragment。 但实际结果是 OneFragment。还有,按返回键是可以得到正确结果的( OneFragment - TwoFragment)
The text was updated successfully, but these errors were encountered:
@VankaIn Oh! Fragmentation_SwipeBack v1.2.0的BUG,内部由pop()换成了popTo(CurrentFragment.class ,true)引起的
pop()
popTo(CurrentFragment.class ,true)
已修复, v1.2.1
Sorry, something went wrong.
6cfe5a0
Fix #714 (Fragmentation_SwipeBack BUG)
28de6de
No branches or pull requests
版本:1.2.0
描述:栈结构是 OneFragment - TwoFragment - TwoFragment 。这时候做侧滑,理论结果应该是:OneFragment - TwoFragment。 但实际结果是 OneFragment。还有,按返回键是可以得到正确结果的( OneFragment - TwoFragment)
The text was updated successfully, but these errors were encountered: