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

Commit 89db42cc authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 7223127 from 7dc8ba8c to rvc-qpr3-release

Change-Id: I0b0280b211d26207cf328d2a0686ea31b6347a49
parents d1cf3dec 7dc8ba8c
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