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

Commit ca987985 authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Merge "Fix iterator double-advance in ContentObserverController" into nyc-dev

am: 9c2bb6da

* commit '9c2bb6da':
  Fix iterator double-advance in ContentObserverController

Change-Id: I081d7a6232f4a90b52e9e7fdbe8932c58efa4fc7
parents b816dab9 9c2bb6da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@ public class ContentObserverController extends StateController {
            } else {
                pw.print(",");
            }
            pw.print(System.identityHashCode(it.next()));
            pw.print(System.identityHashCode(js));
        }
        if (printed) {
            pw.println();