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

Commit d1478f71 authored by Evan Rosky's avatar Evan Rosky Committed by Automerger Merge Worker
Browse files

Merge "Don't try to sync wallpapers" into tm-qpr-dev am: bae4b41c am: ae63d610

parents 717d8ba1 ae63d610
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5916,6 +5916,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