diff options
| author | 2021-07-03 05:00:41 +0000 | |
|---|---|---|
| committer | 2021-07-03 05:00:41 +0000 | |
| commit | 1fe82cc69834f5542765e983b54d170467a86a25 (patch) | |
| tree | 20eccbfb059c86b81317cf02bc90f33646c9bbed | |
| parent | 5dea7907f3e90eec82d9b9a104e255d00df7da71 (diff) | |
| parent | 1bccd514f345522a7c13885875636a21886d3cc2 (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.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) { |