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

Commit 9c2bb6da authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

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

parents c51ede4d 2c4b8f9f
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();