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

Commit 43248cc3 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

Merge "recovery: Don't show "No /cache partition found" on screen." am: 02130450

am: 7c77883b

Change-Id: I1797129fa70266d9fe5eb09dece6b00cf75b6f2a
parents a82df97d 7c77883b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -961,7 +961,6 @@ static void choose_recovery_file(Device* device) {
        }
    } else {
        // If cache partition is not found, view /tmp/recovery.log instead.
        ui->Print("No /cache partition found.\n");
        if (access(TEMPORARY_LOG_FILE, R_OK) == -1) {
            return;
        } else{