Merge "2D recents: show all close buttons right away" into nyc-mr2-dev

This commit is contained in:
Jiaquan He
2016-12-29 00:13:14 +00:00
committed by Android (Google) Code Review

View File

@@ -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();
} }