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

Commit 99295a3f authored by Selim Cinek's avatar Selim Cinek Committed by Android Git Automerger
Browse files

am 1a13fcb0: am 144341e8: am 9583b5a9: Merge "Fixed a bug where the QS could...

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

* commit '1a13fcb0c472ef39aa84e5458ac5b351abe8d29e':
  Fixed a bug where the QS could get stuck
parents d43d656d 8e193fc1
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;
        }
    }