OSDN Git Service

Swipe for notifications should work when navigation occludes keyguard
authorKevin Chyn <kchyn@google.com>
Thu, 21 Sep 2017 18:41:01 +0000 (11:41 -0700)
committerKevin Chyn <kchyn@google.com>
Thu, 21 Sep 2017 18:41:04 +0000 (11:41 -0700)
Fixes: 65780650

Test: 1) Enable FP swipe
2) Start navigation
3) Turn off screen
4) Turn on screen
5) Swipe for notifications should work while maps is on top of keyguard

Change-Id: I5d8c75db940bfdfa4e29643c1ba89a119ec6a954

packages/SystemUI/src/com/android/keyguard/KeyguardUpdateMonitor.java

index d95402c..cd23c97 100644 (file)
@@ -1069,6 +1069,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
                 cb.onDreamingStateChanged(mIsDreaming);
             }
         }
+        updateFingerprintListeningState();
     }
 
     /**