softrice
softrice
@9h0st windowIsTranslucent设置为true 在activity启动的时候使用convertFromTranslucent置成false, 在滑动的时候使用convertToTranslucent置成true. 与正常的生命周期相比,只有细微差别 具体你可以打印看看
我也遇到这个问题了,造成的原因很奇怪,我removeAdapter后偶发,remove的adapter是一个悬浮窗
I solved the problem. repalce `compile 'com.facebook.rebound:rebound:0.3.+'` with `compile 'com.facebook.fresco:fresco:0.8.1'` like this dependencies { //compile 'com.facebook.rebound:rebound:0.3.+' compile 'com.facebook.fresco:fresco:0.8.1' } I used 'com.facebook.fresco:fresco:0.8.1' somewhere