Merge "Add topActivity to the list of states that task organizer cares." into tm-qpr-dev am: ed12a6b75e am: 49c3053dbf

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20341413

Change-Id: I26bb6df29c22d3f149d4b761305a6e2624aa3dee
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2022-11-02 00:23:10 +00:00
committed by Automerger Merge Worker

View File

@@ -458,7 +458,8 @@ public class TaskInfo {
&& isVisible == that.isVisible
&& isSleeping == that.isSleeping
&& Objects.equals(mTopActivityLocusId, that.mTopActivityLocusId)
&& parentTaskId == that.parentTaskId;
&& parentTaskId == that.parentTaskId
&& Objects.equals(topActivity, that.topActivity);
}
/**