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

Commit 92ddf2a0 authored by Selim Cinek's avatar Selim Cinek Committed by Android Git Automerger
Browse files

am 9583b5a9: Merge "Fixed a bug where the QS could get stuck" into lmp-dev

* commit '9583b5a98dc265158c667a57092688407014b9b6':
  Fixed a bug where the QS could get stuck
parents e430e9bb 17580af3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1458,8 +1458,7 @@ public class NotificationPanelView extends PanelView implements
        if (mStatusBar.getBarState() == StatusBarState.KEYGUARD
                || mStatusBar.getBarState() == StatusBarState.SHADE_LOCKED) {
            mAfforanceHelper.animateHideLeftRightIcon();
        }
        if (mQsExpanded) {
        } else if (mQsExpanded) {
            mTwoFingerQsExpand = true;
        }
    }