Merge "Post KeyguardGone request to main Handler so multidisplay keyguards are dismissed properly." into rvc-dev am: 7c02fa2358
Change-Id: Ib96980a65acd1d8ed90df859039438c429c4cd00
This commit is contained in:
@@ -188,7 +188,7 @@ public class CarKeyguardViewController extends OverlayViewController implements
|
|||||||
stop();
|
stop();
|
||||||
getOverlayViewGlobalStateController().setWindowFocusable(/* focusable= */ false);
|
getOverlayViewGlobalStateController().setWindowFocusable(/* focusable= */ false);
|
||||||
mKeyguardStateController.notifyKeyguardDoneFading();
|
mKeyguardStateController.notifyKeyguardDoneFading();
|
||||||
mViewMediatorCallback.keyguardGone();
|
mHandler.post(mViewMediatorCallback::keyguardGone);
|
||||||
notifyKeyguardUpdateMonitor();
|
notifyKeyguardUpdateMonitor();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user