2D recents: show all close buttons right away
am: 8ff7854c4b
Change-Id: I18e3729f5e09601a6548647fa16ba90bf2147cb0
This commit is contained in:
@@ -1598,7 +1598,8 @@ public class TaskStackView extends FrameLayout implements TaskStack.TaskStackCal
|
|||||||
|
|
||||||
// If the doze trigger has already fired, then update the state for this task view
|
// If the doze trigger has already fired, then update the state for this task view
|
||||||
if (mUIDozeTrigger.isAsleep() ||
|
if (mUIDozeTrigger.isAsleep() ||
|
||||||
Recents.getSystemServices().hasFreeformWorkspaceSupport()) {
|
Recents.getSystemServices().hasFreeformWorkspaceSupport() ||
|
||||||
|
useGridLayout()) {
|
||||||
tv.setNoUserInteractionState();
|
tv.setNoUserInteractionState();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user