-
Notifications
You must be signed in to change notification settings - Fork 53
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
侧滑返回卡半屏幕 #23
Comments
在SwipeBackLayout中,将下面几行注释掉,下层就不再跟随一起滑动了 ` @OverRide
// if (mPreFragment != null && mPreFragment.getView() != null) { |
你调出虚拟按键,按返回键看会不会出现这个问题。 |
其实那不是卡一半,是框架问题,快速pop时候有几率出现,其实和他们反馈的白屏是一个问题 |
这个问题可以参考这里 YoKeyword#1130 (comment) |
Issues Guideline
APP分布(结构):
MainFragment
|----Fragment1
----|----(child)(Fragment1+Fragment2+Fragment3)
|----Fragment2
----|----(child)Fragment
|----Fragment3
----|----Fragment
--------|----(child) Fragment1 + Fragment2
----|----Fragment
点击回退键,上一个Fragment卡半屏幕。
图片
https://github.com/AdrianAndroid/Fragmentation/blob/learn/WechatIMG15.jpeg
The text was updated successfully, but these errors were encountered: