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

This commit is contained in:
Evan Rosky
2022-07-27 16:11:11 +00:00
committed by Android (Google) Code Review

View File

@@ -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