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

Commit f907c6f7 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fix Notification panel flickers comes from ag/4008279" into pi-dev am: 035e25bf

am: b851a787

Change-Id: I5b4f4fad4b324e6283f46c260e58bbc23bd24b46
parents 17144417 b851a787
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -266,7 +266,9 @@ public class FingerprintUnlockController extends KeyguardUpdateMonitorCallback {
    }

    private void showBouncer() {
        if (calculateMode() == MODE_SHOW_BOUNCER) {
            mStatusBarKeyguardViewManager.showBouncer(false);
        }
        mStatusBarKeyguardViewManager.animateCollapsePanels(
                FINGERPRINT_COLLAPSE_SPEEDUP_FACTOR);
        mPendingShowBouncer = false;