I’ve found my problem source. ``` public Drawe...
# android
m
I’ve found my problem source.
Copy code
public DrawerLayout(Context context, AttributeSet attrs, int defStyle) {
        ...
        if (ViewCompat.getFitsSystemWindows(this)) {
            IMPL.configureApplyInsets(this);
            mStatusBarBackground = IMPL.getDefaultStatusBarBackground(context);
        }