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

Commit f400513d authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 6a377f30: Merge "Fix glitch when using settings pulldown then switching to...

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

* commit '6a377f30':
  Fix glitch when using settings pulldown then switching to notifications.
parents faa82590 6a377f30
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);