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

Commit 3a4b805d authored by Daniel Rosenberg's avatar Daniel Rosenberg Committed by android-build-merger
Browse files

Merge "Fix misplaced return in RescueParty" into qt-dev

am: a47236b5

Change-Id: I96ee59470cbb821b73eb7d636411ff060bd9f6d5
parents 63ddb869 a47236b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -866,8 +866,8 @@ public class RecoverySystem {
            if (storageManager.needsCheckpoint()) {
                Log.i(TAG, "Rescue Party requested wipe. Aborting update instead.");
                storageManager.abortChanges("rescueparty", false);
            }
                return;
            }
        } catch (RemoteException e) {
            Log.i(TAG, "Failed to handle with checkpointing. Continuing with wipe.");
        }