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