Merge "Don't reset to lift reveal - StatusBar will take care of that." into sc-dev am: 1fe82cc698

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15191741

Change-Id: Ide930d31f5976435f3a340926686e9ebb175f0c3
This commit is contained in:
Ilya Matyukhin
2021-07-03 05:02:46 +00:00
committed by Automerger Merge Worker

View File

@@ -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) {