From 469d5cbf070c8a8086f6826c87805563859db30e Mon Sep 17 00:00:00 2001 From: Jason Monk Date: Mon, 11 Apr 2016 10:56:03 -0400 Subject: [PATCH] Fix weird broken state from lock screen -> QS edit Change-Id: I852d28e0bbe682b85178163c362ed8d1b00a1eb7 Fixes: 28075240 --- .../com/android/systemui/statusbar/phone/PhoneStatusBar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java index e52a401937d31..75430ffe2d0ac 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java @@ -3470,7 +3470,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, @Override public void run() { mLeaveOpenOnKeyguardHide = true; - executeRunnableDismissingKeyguard(runnable, null, false, true); + executeRunnableDismissingKeyguard(runnable, null, false, false); } }); }