diff --git a/packages/CarSystemUI/src/com/android/systemui/car/keyguard/CarKeyguardViewController.java b/packages/CarSystemUI/src/com/android/systemui/car/keyguard/CarKeyguardViewController.java index a701e9f280fdc..ab61b443df976 100644 --- a/packages/CarSystemUI/src/com/android/systemui/car/keyguard/CarKeyguardViewController.java +++ b/packages/CarSystemUI/src/com/android/systemui/car/keyguard/CarKeyguardViewController.java @@ -188,7 +188,7 @@ public class CarKeyguardViewController extends OverlayViewController implements stop(); getOverlayViewGlobalStateController().setWindowFocusable(/* focusable= */ false); mKeyguardStateController.notifyKeyguardDoneFading(); - mViewMediatorCallback.keyguardGone(); + mHandler.post(mViewMediatorCallback::keyguardGone); notifyKeyguardUpdateMonitor(); }