We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
我在某个fragment里 通过loadMultipleRootFragment来加载多个子fragment 但是在返回上一个fragment的时候 返回动画中子fragment布局会消失 动画是横向 而通过viewpager加载却没有问题 版本是1.1.4 请问这个问题该怎么修复呢
The text was updated successfully, but these errors were encountered:
Fix #548, optimize the exitAnimation of the childFragment loaded by l…
76e326f
…oadMultipleRootFragment() when the parentFragment pop()
@330676687 这是因为父Fragment出栈时,子Fragment的动画return null,即无动画,所以在父 Fragment出栈动画时子Fragment因为无动画,所以直接被remove,视觉上布局消失
viewpager里做了兼容处理,loadMultipleRootFragment 遗漏了
viewpager
loadMultipleRootFragment
已兼容发布,compile 'me.yokeyword:fragmentation:1.1.6'
compile 'me.yokeyword:fragmentation:1.1.6'
Sorry, something went wrong.
No branches or pull requests
我在某个fragment里 通过loadMultipleRootFragment来加载多个子fragment 但是在返回上一个fragment的时候 返回动画中子fragment布局会消失 动画是横向 而通过viewpager加载却没有问题 版本是1.1.4 请问这个问题该怎么修复呢
The text was updated successfully, but these errors were encountered: