Merge "Perform traversal after finish drawing for Blast Sync"
This commit is contained in:
committed by
Android (Google) Code Review
commit
41bbc40b76
@@ -5803,7 +5803,9 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
|
||||
}
|
||||
|
||||
mNotifyBlastOnSurfacePlacement = true;
|
||||
return mWinAnimator.finishDrawingLocked(null);
|
||||
mWinAnimator.finishDrawingLocked(null);
|
||||
// We always want to force a traversal after a finish draw for blast sync.
|
||||
return true;
|
||||
}
|
||||
|
||||
private void notifyBlastSyncTransaction() {
|
||||
|
||||
Reference in New Issue
Block a user