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

Commit 20a68dce authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Swipe for notifications should work when navigation occludes keyguard

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
parent f531f886
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1069,6 +1069,7 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener {
                cb.onDreamingStateChanged(mIsDreaming);
            }
        }
        updateFingerprintListeningState();
    }

    /**