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

This commit is contained in:
TreeHugger Robot
2022-11-01 23:45:37 +00:00
committed by Android (Google) Code Review

View File

@@ -449,7 +449,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);
}
/**