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

Commit 6fde03cf authored by Shreyas Basarge's avatar Shreyas Basarge Committed by android-build-merger
Browse files

Merge "Fix ConcurrentModificationException in SyncManager" into nyc-dev

am: 3a1356f3

* commit '3a1356f3':
  Fix ConcurrentModificationException in SyncManager
parents 54871d55 3a1356f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2546,6 +2546,7 @@ public class SyncManager {
                            Slog.v(TAG, "Pushing back running sync due to a higher priority sync");
                        }
                        deferActiveSyncH(asc);
                        break;
                    }
                }
            }