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

Commit ccb2c6cf authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am 1bfcaa59: Merge "Fix \'bmgr restore\'" into froyo

Merge commit '1bfcaa59' into froyo-plus-aosp

* commit '1bfcaa59':
  Fix 'bmgr restore'
parents 8dbf5105 1bfcaa59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -373,7 +373,7 @@ public final class Bmgr {
            }
            RestoreSet[] sets = null;
            int err = mRestore.getAvailableRestoreSets(observer);
            if (err != 0) {
            if (err == 0) {
                observer.waitForCompletion();
                sets = observer.sets;
                for (RestoreSet s : sets) {