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

Commit 1bccd514 authored by Josh Tsuji's avatar Josh Tsuji
Browse files

Don't reset to lift reveal - StatusBar will take care of that.

Fixes: 181923218
Test: steps in b/181923218#comment21
Change-Id: I18694251e18044cc34c537bc7b8f91d12b09dadd
parent 59fe064d
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) {