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

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

Change-Id: I7f2def30d8230d9675fcefc0e6c5dd42ac115839
This commit is contained in:
Ilya Matyukhin
2021-07-03 05:12:38 +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) {