From 1be4c7e3f5e18c84bc25d2ced38ce21449356933 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 23 May 2018 18:24:13 -0700 Subject: [PATCH] Fix issue with slippery flag not being updated correctly - The ordering was such that the disabled state was updated before onPanelExpandedChange which was masking the issue by updating the slippery flag, but when unlocking from the screen off state, we get onPanelExpandedChange first, and disabled state after (which doesn't update the slippery state). Bug: 80204751 Test: Turn screen off, unlock with fingerprint, swipe up Change-Id: I88f1bc6a983ec0d693844724d8b9d4bf11a0fd31 --- .../com/android/systemui/statusbar/phone/NavigationBarView.java | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java index a907bdd325213..49f9ee2b1c836 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NavigationBarView.java @@ -604,6 +604,7 @@ public class NavigationBarView extends FrameLayout implements PluginListener