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

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

Change-Id: Ic58651238801f83decca97823635c1e1cb500164
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:17:47 +00:00
committed by Automerger Merge Worker

View File

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