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

Commit 86b36946 authored by Selim Cinek's avatar Selim Cinek Committed by The Android Automerger
Browse files

Fixed a bug where the QS could get stuck

Bug: 17655858
Change-Id: I099b07504617670101b10bcbaf9fcb42cee23a1c
parent 97815c19
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;
        }
    }