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

Commit 92d80a96 authored by kwaky's avatar kwaky Committed by Youngjun Kwak
Browse files

DO NOT MERGE Remove superfluous resetting of Keyguard on unocclusion.

Bug: 182245575
Test: Manual
Change-Id: I6fc7aa47a7880f321a50e687dd0882bd530a586b
Merged-In: I23eed3a1edbcbe946d14500d92d139b941a53ca4
parent 84da0714
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