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

Commit bae4b41c authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

Merge "Don't try to sync wallpapers" into tm-qpr-dev

parents 5a409f7a 38832425
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5928,6 +5928,10 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
        if (!super.prepareSync()) {
            return false;
        }
        if (mIsWallpaper) {
            // TODO(b/233286785): Add sync support to wallpaper.
            return false;
        }
        // In the WindowContainer implementation we immediately mark ready
        // since a generic WindowContainer only needs to wait for its
        // children to finish and is immediately ready from its own