summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ilya Matyukhin <ilyamaty@google.com> 2021-07-03 05:00:41 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-07-03 05:00:41 +0000
commit1fe82cc69834f5542765e983b54d170467a86a25 (patch)
tree20eccbfb059c86b81317cf02bc90f33646c9bbed
parent5dea7907f3e90eec82d9b9a104e255d00df7da71 (diff)
parent1bccd514f345522a7c13885875636a21886d3cc2 (diff)
Merge "Don't reset to lift reveal - StatusBar will take care of that." into sc-dev
-rw-r--r--packages/SystemUI/src/com/android/systemui/biometrics/AuthRippleController.kt4
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) {