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

Commit ea5fdb7c authored by Youngjun Kwak's avatar Youngjun Kwak Committed by Automerger Merge Worker
Browse files

Merge "Post KeyguardGone request to main Handler so multidisplay keyguards are...

Merge "Post KeyguardGone request to main Handler so multidisplay keyguards are dismissed properly." into rvc-dev am: 7c02fa23

Change-Id: I795f3ccd2e919f8334b2cac2482513418fcf254b
parents 0b1b7060 7c02fa23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ public class CarKeyguardViewController extends OverlayViewController implements
        stop();
        getOverlayViewGlobalStateController().setWindowFocusable(/* focusable= */ false);
        mKeyguardStateController.notifyKeyguardDoneFading();
        mViewMediatorCallback.keyguardGone();
        mHandler.post(mViewMediatorCallback::keyguardGone);
        notifyKeyguardUpdateMonitor();
    }