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

This commit is contained in:
Ilya Matyukhin
2021-07-03 05:00:41 +00:00
committed by Android (Google) Code Review

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