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
sdk从1.2.7更新到1.3.0及以上版本, 通过转场动画 extraTransaction() .setCustomAnimations(targetFragmentEnter, currentFragmentPopExit, currentFragmentPopEnter, targetFragmentExit) .start(targetFragment); 跳转的界面,不走onEnterAnimationEnd回调 低于1.3.0版本没问题
The text was updated successfully, but these errors were encountered:
感谢反馈!! 稍后看下
Sorry, something went wrong.
@Jhanay 预计周末提交新版本
如果你的Fragment是start进来的,推荐在onEnterAnimEnd()中初始化视图和逻辑
start
onEnterAnimEnd()
已修复 v1.3.5,源自这个commit的误删除 :)
Fix #875, not callback onEnterAnimationEnd() when calling `extraTra…
onEnterAnimationEnd()
1800cc7
…nsaction().setCustomAnimations().start()`
No branches or pull requests
sdk从1.2.7更新到1.3.0及以上版本,
通过转场动画
extraTransaction()
.setCustomAnimations(targetFragmentEnter, currentFragmentPopExit, currentFragmentPopEnter, targetFragmentExit)
.start(targetFragment);
跳转的界面,不走onEnterAnimationEnd回调
低于1.3.0版本没问题
The text was updated successfully, but these errors were encountered: