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

Commit c9bd4143 authored by Yuncheol Heo's avatar Yuncheol Heo Committed by Automerger Merge Worker
Browse files

Merge "Partial revert of keyguard checks" into rvc-dev am: 2a3c6204

Change-Id: Ief8c04d6a677964bbe1584481a80775a9323382e
parents fd595731 2a3c6204
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ public class CarKeyguardViewController extends OverlayViewController implements

    @Override
    public void onCancelClicked() {
        if (!mShowing) return;
        if (mBouncer == null) return;

        getOverlayViewGlobalStateController().setWindowFocusable(/* focusable= */ false);
        getOverlayViewGlobalStateController().setWindowNeedsInput(/* needsInput= */ false);
@@ -234,7 +234,7 @@ public class CarKeyguardViewController extends OverlayViewController implements

    @Override
    public void startPreHideAnimation(Runnable finishRunnable) {
        if (!mShowing) return;
        if (mBouncer == null) return;

        mBouncer.startPreHideAnimation(finishRunnable);
    }