diff options
| author | 2021-07-02 12:48:12 -0700 | |
|---|---|---|
| committer | 2021-07-02 12:49:17 -0700 | |
| commit | 1bccd514f345522a7c13885875636a21886d3cc2 (patch) | |
| tree | a5f8f06ec56bc48323ae6e46d2c47dd10dbd3c1b | |
| parent | 59fe064d7506e1f3f2b6b0c5ac3212bfae721c81 (diff) | |
Don't reset to lift reveal - StatusBar will take care of that.
Fixes: 181923218
Test: steps in b/181923218#comment21
Change-Id: I18694251e18044cc34c537bc7b8f91d12b09dadd
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleController.kt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleController.kt b/packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleController.kt index 77cca2e3089c..1df8ad5e51fb 100644 --- a/packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleController.kt +++ b/packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleController.kt @@ -25,7 +25,6 @@ import com.android.keyguard.KeyguardUpdateMonitor import com.android.keyguard.KeyguardUpdateMonitorCallback import com.android.settingslib.Utils import com.android.systemui.statusbar.CircleReveal -import com.android.systemui.statusbar.LiftReveal import com.android.systemui.statusbar.LightRevealEffect import com.android.systemui.statusbar.NotificationShadeWindowController import com.android.systemui.statusbar.commandline.Command @@ -116,9 +115,6 @@ class AuthRippleController @Inject constructor( /* end runnable */ Runnable { notificationShadeWindowController.setForcePluginOpen(false, this) - if (useCircleReveal) { - lightRevealScrim?.revealEffect = LiftReveal - } }, /* circleReveal */ if (useCircleReveal) { |