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

onEnterAnimationEnd回调 #875

Closed
330676687 opened this issue May 21, 2018 · 3 comments
Closed

onEnterAnimationEnd回调 #875

330676687 opened this issue May 21, 2018 · 3 comments
Labels

Comments

@330676687
Copy link

sdk从1.2.7更新到1.3.0及以上版本,
通过转场动画
extraTransaction()
.setCustomAnimations(targetFragmentEnter, currentFragmentPopExit, currentFragmentPopEnter, targetFragmentExit)
.start(targetFragment);
跳转的界面,不走onEnterAnimationEnd回调
低于1.3.0版本没问题

@YoKeyword
Copy link
Owner

感谢反馈!! 稍后看下

@YoKeyword
Copy link
Owner

@Jhanay 预计周末提交新版本

如果你的Fragment是start进来的,推荐在onEnterAnimEnd()中初始化视图和逻辑

@YoKeyword
Copy link
Owner

已修复 v1.3.5,源自这个commit的误删除 :)

YoKeyword added a commit that referenced this issue Jun 18, 2018
…nsaction().setCustomAnimations().start()`
@YoKeyword YoKeyword removed the todo label Jun 18, 2018
@YoKeyword YoKeyword mentioned this issue Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants