Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af9c36ce authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix hopefully minor bug in WorkSource.add"

parents eef68263 f64edf37
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -435,6 +435,7 @@ public class WorkSource implements Parcelable {
                for (WorkChain wc : other.mChains) {
                for (WorkChain wc : other.mChains) {
                    if (!mChains.contains(wc)) {
                    if (!mChains.contains(wc)) {
                        mChains.add(new WorkChain(wc));
                        mChains.add(new WorkChain(wc));
                        chainAdded = true;
                    }
                    }
                }
                }
            }
            }