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

Commit 2e5ca19d authored by Marzia Favaro's avatar Marzia Favaro Committed by Android (Google) Code Review
Browse files

Merge "Call setVisibile immediately when wallpaper not in transition" into udc-qpr-dev

parents 04e8c5b0 5cd5b5f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ class WallpaperWindowToken extends WindowToken {
                linkFixedRotationTransform(wallpaperTarget.mToken);
            }
        }
        if (mTransitionController.isShellTransitionsEnabled()) {
        if (mTransitionController.inTransition(this)) {
            // If wallpaper is in transition, setVisible() will be called from commitVisibility()
            // when finishing transition. Otherwise commitVisibility() is already called from above
            // setVisibility().