Merge "2D recents: show all close buttons right away" into nyc-mr2-dev
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 (mUIDozeTrigger.isAsleep() ||
|
||||
Recents.getSystemServices().hasFreeformWorkspaceSupport()) {
|
||||
Recents.getSystemServices().hasFreeformWorkspaceSupport() ||
|
||||
useGridLayout()) {
|
||||
tv.setNoUserInteractionState();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user