Merge "Add locusId as something taskOrganizers care about" into sc-v2-dev
This commit is contained in:
@@ -368,7 +368,8 @@ public class TaskInfo {
|
||||
&& Objects.equals(taskDescription, that.taskDescription)
|
||||
&& isFocused == that.isFocused
|
||||
&& isVisible == that.isVisible
|
||||
&& isSleeping == that.isSleeping;
|
||||
&& isSleeping == that.isSleeping
|
||||
&& Objects.equals(mTopActivityLocusId, that.mTopActivityLocusId);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user