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

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

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

parents 30fa3f23 b93107da
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) {