YoKeyword/SwipeBackFragment

systembartintmanager冲突

Opened this issue · 0 comments

ikew0ng/SwipeBackLayout和systembartintmanager的冲突可以
attachToActivity(Activity activity)方法,找到:
ViewGroup decor = (ViewGroup) activity.getWindow().getDecorView();
把它修改成:
ViewGroup decor = (ViewGroup) activity.getWindow().getDecorView().findViewById(Window.ID_ANDROID_CONTENT);
解决 但是你这个好行不行啊