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

Commit 0abcbf83 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8037288 from a9831fcd to sc-v2-release

Change-Id: I6e86ddc6fef266996829fd8a08ea802f3271ad0c
parents 08553d7f a9831fcd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -292,6 +292,7 @@ public class RecentTasksController implements TaskStackListenerCallback,
         * Invalidates this instance, preventing future calls from updating the controller.
         */
        void invalidate() {
            Slog.d("b/206648922", "invalidating controller: " + mController);
            mController = null;
        }

@@ -317,7 +318,8 @@ public class RecentTasksController implements TaskStackListenerCallback,
                    (controller) -> out[0] = controller.getRecentTasks(maxNum, flags, userId)
                            .toArray(new GroupedRecentTaskInfo[0]),
                    true /* blocking */);
            Slog.d("b/206648922", "getRecentTasks(" + maxNum + "): " + out[0]);
            Slog.d("b/206648922", "getRecentTasks(" + maxNum + "): " + out[0]
                    + " mController=" + mController);
            return out[0];
        }
    }