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

Commit 6a377f30 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Fix glitch when using settings pulldown then switching to notifications." into jb-mr1-dev

parents 341aa8e0 720a34d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1487,6 +1487,7 @@ public class PhoneStatusBar extends BaseStatusBar {
        mFlipSettingsView.setVisibility(View.VISIBLE);
        mSettingsButton.setVisibility(View.GONE);
        mScrollView.setVisibility(View.GONE);
        mScrollView.setScaleX(0f);
        mNotificationButton.setVisibility(View.VISIBLE);
        mNotificationButton.setAlpha(1f);
        mClearButton.setVisibility(View.GONE);