Fix hopefully minor bug in WorkSource.add
Test: n/a Change-Id: I717cb3654fb66804d748a0e2782fb3c5507745cb
This commit is contained in:
@@ -435,6 +435,7 @@ public class WorkSource implements Parcelable {
|
||||
for (WorkChain wc : other.mChains) {
|
||||
if (!mChains.contains(wc)) {
|
||||
mChains.add(new WorkChain(wc));
|
||||
chainAdded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user