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

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

Merge "Fix ConcurrentModificationException in SyncManager" into nyc-dev

parents 45242f71 7680dd9b
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;
                    }
                }
            }