Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc16b764 authored by Manu Cornet's avatar Manu Cornet Committed by android-build-merger
Browse files

2D recents: show all close buttons right away am: 8ff7854c

am: ca0e5564

Change-Id: I42325561cc94f816701f4c9cd3edaca31efd5a22
parents 55b9008e ca0e5564
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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();
        }