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:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user