2D recents: show all close buttons right away
Bug: 32101881 Test: Checked recents layout on local sw600dp device. Change-Id: Ib9b40cdc3fdb912315d52d3b47cbcd32fec9842f
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