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

Commit 0f349ed8 authored by kwaky's avatar kwaky Committed by Automerger Merge Worker
Browse files

DO NOT MERGE Remove superfluous resetting of Keyguard on unocclusion. am: 92d80a96

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13828749

Change-Id: Ia4a6a1a34ea96f64a8465641cd6ba1d763bc2980
parents 02c6b7cc 92d80a96
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -238,9 +238,6 @@ public class CarKeyguardViewController extends OverlayViewController implements
    public void setOccluded(boolean occluded, boolean animate) {
        mIsOccluded = occluded;
        getOverlayViewGlobalStateController().setOccluded(occluded);
        if (!occluded) {
            reset(/* hideBouncerWhenShowing= */ false);
        }
    }

    @Override