YoKeyword / Fragmentation

[DEPRECATED] A powerful library that manage Fragment for Android
Apache License 2.0
9.72k stars 2.11k forks source link

滑到一半,取消侧滑,再点击返回键,右边会出现空白。 #1244

Closed Tang3210 closed 4 years ago

Tang3210 commented 4 years ago

原因:添加 api 'androidx.lifecycle:lifecycle-extensions:2.2.0'这个库,版本是2.2.0时,是必现的,请问有没有什么解决办法 效果图是跟这个一样的 #1130

Tang3210 commented 4 years ago

已解决 把api 'androidx.lifecycle:lifecycle-extensions:2.2.0' 换成 api 'androidx.lifecycle:lifecycle-viewmodel:2.2.0' api 'androidx.lifecycle:lifecycle-livedata:2.2.0'

a 官方也已经弃用此依赖

CAnonymous8 commented 3 years ago

https://github.com/YoKeyword/Fragmentation/issues/1130#issuecomment-886559697 小问题解决了,去这里看