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

Commit f729d61a 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...

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

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

Change-Id: I71653b46eb7fdaaad617e86b641ba4d0c8c51303
parents 02429407 49f61244
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) {