Skip to content

systembartintmanager冲突 #15

@Scofield-Zhang

Description

@Scofield-Zhang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions