Merge "Add topActivity to the list of states that task organizer cares." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ed12a6b75e
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user