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

Commit 8e193fc1 authored by Selim Cinek's avatar Selim Cinek Committed by Android Git Automerger
Browse files

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

* commit '144341e88a215113af5622793f14a0a40cd10f6c':
  Fixed a bug where the QS could get stuck
parents a4e3a616 92ddf2a0
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;
        }
    }