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

Commit 27de7bcb 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: Ib953bcb3e6f4a3313711d78568e682e3eac489de
parents b583922e 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();