Merge "Fix: Prevent app chip being destroyed for DesktopTask" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
2b0a1dbbb3
@@ -134,7 +134,7 @@ class TaskContainer(
|
||||
thumbnailViewDeprecated.setShowSplashForSplitSelection(false)
|
||||
}
|
||||
|
||||
if (enableOverviewIconMenu()) {
|
||||
if (enableOverviewIconMenu() && taskView.type != TaskViewType.DESKTOP) {
|
||||
(iconView as IconAppChipView).reset()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user