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

Commit dc86f285 authored by Justin Weir's avatar Justin Weir Committed by Android (Google) Code Review
Browse files

Merge "Remove call to postToView" into main

parents 9fc8d287 0af33181
Loading
Loading
Loading
Loading
+13 −14
Original line number Diff line number Diff line
@@ -482,7 +482,6 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb

        if (KeyguardWmStateRefactor.isEnabled()) {
            // Show the keyguard views whenever we've told WM that the lockscreen is visible.
            mShadeViewController.postToView(() ->
            collectFlow(
                    getViewRootImpl().getView(),
                    combineFlows(
@@ -495,7 +494,7 @@ public class StatusBarKeyguardViewManager implements RemoteInputController.Callb
                                    // view without waiting for the animation to end.
                                    lockscreenVis || animatingSurface
                    ),
                        this::consumeShowStatusBarKeyguardView));
                    this::consumeShowStatusBarKeyguardView);
        }
    }