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

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

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

Merge commit 'ccb2c6cf' into kraken

* commit 'ccb2c6cf':
  Fix 'bmgr restore'
parents cbc7fe0d ccb2c6cf
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) {