Skip to content
Snippets Groups Projects
Commit 01091e52 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Use drawn state to present sync state of wallpaper" into main

parents 43e10749 8217fe9d
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,12 @@ class WallpaperWindowToken extends WindowToken {
return isClientVisible();
}
@Override
boolean isSyncFinished(BLASTSyncEngine.SyncGroup group) {
// TODO(b/233286785): Support sync state for wallpaper. See WindowState#prepareSync.
return !mVisibleRequested || !hasVisibleNotDrawnWallpaper();
}
@Override
public String toString() {
if (stringName == null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment