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

Commit 647c70aa authored by Shreyas Basarge's avatar Shreyas Basarge Committed by Android (Google) Code Review
Browse files

Merge "Fix ConcurrentModificationExceptoin in SyncManager"

parents 0a9f97cd 12832e32
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;
                    }
                }
            }