startWithPop引起的问题,EcBottomDelegate和LauncherDelegate重叠的问题
来源:13-7 额外梳理,整理module结构,升级依赖,更好的进行分离

慕粉3459212
2017-08-25
原来使用ProxyActivity使用继承不会出现这个问题,当改成实现接口的时候出现,
//fragment依赖
compile 'me.yokeyword:fragmentation:1.1.0'
compile 'me.yokeyword:fragmentation-swipeback:1.1.0'
compile 'com.android.support:appcompat-v7:26.0.0-alpha1'
compile 'com.android.support:support-v4:26.0.0-alpha1'
compile 'com.android.support:design:26.0.0-alpha1'
fragment V4包升级了也无效,start可正常使用,
还有在启动图秒数未读完的时候点返回会白屏,
写回答
1回答
-
傅猿猿
2017-08-26
升级下fragmatation就好啦
00
相似问题