Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bbd9264c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed an issue where the statusbar was expanded" into oc-dr1-dev

parents 9e1b7759 8cd80403
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -516,6 +516,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener,
        } else {
            scrim.setAlpha(alpha1);
        }
        dispatchScrimsVisible();
    }

    private void startScrimAnimation(final View scrim, float target) {
@@ -548,6 +549,7 @@ public class ScrimController implements ViewTreeObserver.OnPreDrawListener,
                }
                scrim.setTag(TAG_KEY_ANIM, null);
                scrim.setTag(TAG_KEY_ANIM_TARGET, null);
                dispatchScrimsVisible();
            }
        });
        anim.start();