From 1bccd514f345522a7c13885875636a21886d3cc2 Mon Sep 17 00:00:00 2001 From: Josh Tsuji Date: Fri, 2 Jul 2021 12:48:12 -0700 Subject: [PATCH] Don't reset to lift reveal - StatusBar will take care of that. Fixes: 181923218 Test: steps in b/181923218#comment21 Change-Id: I18694251e18044cc34c537bc7b8f91d12b09dadd --- .../com/android/systemui/biometrics/AuthRippleController.kt | 4 ---- 1 file changed, 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 77cca2e3089ca..1df8ad5e51fb9 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) {