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

Commit a47236b5 authored by Daniel Rosenberg's avatar Daniel Rosenberg Committed by Android (Google) Code Review
Browse files

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

parents 31dca6dc c046c8ee
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.");
        }