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

Commit c582b3c2 authored by bo.yan's avatar bo.yan Committed by Hung-ying Tyan
Browse files

CtsWindowManagerDeviceTestCases...

CtsWindowManagerDeviceTestCases android.server.wm.KeyguardTests#testResumeDismissKeyguardActivityFromBackground --fail

Bug: 245466338
Test: TH
Change-Id: Ia0a52477fc62b403c678301c8e49561d3b23bedf
parent 611464f7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3368,7 +3368,8 @@ public class CentralSurfacesImpl extends CoreStartable implements
                // lock screen where users can use the UDFPS affordance to enter the device
                mStatusBarKeyguardViewManager.reset(true);
            } else if (mState == StatusBarState.KEYGUARD
                    && !mStatusBarKeyguardViewManager.bouncerIsOrWillBeShowing()) {
                    && !mStatusBarKeyguardViewManager.bouncerIsOrWillBeShowing()
                    && isKeyguardSecure()) {
                mStatusBarKeyguardViewManager.showGenericBouncer(true /* scrimmed */);
            }
        }