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

Commit 4bf3ac7c authored by Roman Birg's avatar Roman Birg Committed by Gerrit Code Review
Browse files

SystemUI: disable QS tile Edit mode on screen off



Ref: CYNGNOS-1936

Change-Id: I08d4cf6c3613bdc8434c3cd106e6940b0c0a8005
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent ae7aa13a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4788,6 +4788,9 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
        mStackScroller.setAnimationsEnabled(false);
        updateVisibleToUser();
        mVisualizerView.setVisible(false);
        if (mQSTileHost.isEditing()) {
            mQSTileHost.setEditing(false);
        }
        if (mLaunchCameraOnFinishedGoingToSleep) {
            mLaunchCameraOnFinishedGoingToSleep = false;