Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +2 −1 Original line number Diff line number Diff line Loading @@ -4180,7 +4180,8 @@ public class StatusBar extends SystemUI implements DemoMode, boolean launchingAffordanceWithPreview = mNotificationPanel.isLaunchingAffordanceWithPreview(); mScrimController.setLaunchingAffordanceWithPreview(launchingAffordanceWithPreview); mScrimController.setLaunchingAffordanceWithPreview(launchingAffordanceWithPreview || mBiometricUnlockController.isWakeAndUnlock()); if (mBouncerShowing) { // Bouncer needs the front scrim when it's on top of an activity, Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +2 −1 Original line number Diff line number Diff line Loading @@ -4180,7 +4180,8 @@ public class StatusBar extends SystemUI implements DemoMode, boolean launchingAffordanceWithPreview = mNotificationPanel.isLaunchingAffordanceWithPreview(); mScrimController.setLaunchingAffordanceWithPreview(launchingAffordanceWithPreview); mScrimController.setLaunchingAffordanceWithPreview(launchingAffordanceWithPreview || mBiometricUnlockController.isWakeAndUnlock()); if (mBouncerShowing) { // Bouncer needs the front scrim when it's on top of an activity, Loading