Merge "Partial revert of keyguard checks" into rvc-dev
This commit is contained in:
@@ -213,7 +213,7 @@ public class CarKeyguardViewController extends OverlayViewController implements
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onCancelClicked() {
|
public void onCancelClicked() {
|
||||||
if (!mShowing) return;
|
if (mBouncer == null) return;
|
||||||
|
|
||||||
getOverlayViewGlobalStateController().setWindowFocusable(/* focusable= */ false);
|
getOverlayViewGlobalStateController().setWindowFocusable(/* focusable= */ false);
|
||||||
getOverlayViewGlobalStateController().setWindowNeedsInput(/* needsInput= */ false);
|
getOverlayViewGlobalStateController().setWindowNeedsInput(/* needsInput= */ false);
|
||||||
@@ -234,7 +234,7 @@ public class CarKeyguardViewController extends OverlayViewController implements
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void startPreHideAnimation(Runnable finishRunnable) {
|
public void startPreHideAnimation(Runnable finishRunnable) {
|
||||||
if (!mShowing) return;
|
if (mBouncer == null) return;
|
||||||
|
|
||||||
mBouncer.startPreHideAnimation(finishRunnable);
|
mBouncer.startPreHideAnimation(finishRunnable);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user