Merge "Stop dispatching TaskInfo change when focus changes" into sc-dev
This commit is contained in:
@@ -5301,7 +5301,8 @@ class Task extends WindowContainer<WindowContainer> {
|
||||
*/
|
||||
void onWindowFocusChanged(boolean hasFocus) {
|
||||
updateShadowsRadius(hasFocus, getSyncTransaction());
|
||||
dispatchTaskInfoChangedIfNeeded(false /* force */);
|
||||
// TODO(b/180525887): Un-comment once there is resolution on the bug.
|
||||
// dispatchTaskInfoChangedIfNeeded(false /* force */);
|
||||
}
|
||||
|
||||
void onPictureInPictureParamsChanged() {
|
||||
|
||||
Reference in New Issue
Block a user