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

Commit 1ecdba8d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix task snapshots not being taken"

parents 9d379a59 bed6c326
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ class TaskSnapshotController {
    }

    void snapshotTasks(ArraySet<Task> tasks) {
        snapshotTasks(mTmpTasks, false /* allowSnapshotHome */);
        snapshotTasks(tasks, false /* allowSnapshotHome */);
    }

    private void snapshotTasks(ArraySet<Task> tasks, boolean allowSnapshotHome) {