Merge "DO NOT MERGE Remove superfluous resetting of Keyguard on unocclusion." into rvc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7dc8ba8c37
@@ -238,9 +238,6 @@ public class CarKeyguardViewController extends OverlayViewController implements
|
|||||||
public void setOccluded(boolean occluded, boolean animate) {
|
public void setOccluded(boolean occluded, boolean animate) {
|
||||||
mIsOccluded = occluded;
|
mIsOccluded = occluded;
|
||||||
getOverlayViewGlobalStateController().setOccluded(occluded);
|
getOverlayViewGlobalStateController().setOccluded(occluded);
|
||||||
if (!occluded) {
|
|
||||||
reset(/* hideBouncerWhenShowing= */ false);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user