Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dafd061c authored by Ilya Matyukhin's avatar Ilya Matyukhin Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: Ide930d31f5976435f3a340926686e9ebb175f0c3
parents 39a26e84 1fe82cc6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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) {