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

Commit 8ff1e7ab authored by Michal Karpinski's avatar Michal Karpinski Committed by Android (Google) Code Review
Browse files

Merge "BackupManagerService#cancelBackups() releases mCurrentOpLock sooner"

parents 74f649a2 eb4ab301
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -2462,12 +2462,10 @@ public class BackupManagerService {
                        operationsToCancel.add(token);
                    }
                }

            }
            for (Integer token : operationsToCancel) {
                handleCancel(token, true /* cancelAll */);
            }
            }

            // We don't want the backup jobs to kick in any time soon.
            // Reschedules them to run in the distant future.
            KeyValueBackupJob.schedule(mContext, BUSY_BACKOFF_MIN_MILLIS);