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

Commit 2c4b8f9f authored by Christopher Tate's avatar Christopher Tate
Browse files

Fix iterator double-advance in ContentObserverController

Bug 28725391

Change-Id: I1994e46645dbf716f3ef5d12f7d4833264e6937a
parent 0316ed07
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();