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

Commit b4effb98 authored by caozhiyuan's avatar caozhiyuan
Browse files

Unmount sdcard if no package file is selected.

Change-Id: I12b4f880802135a98dbc11a19e74172a3a5ef921
parent 1a03b400
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -772,6 +772,7 @@ static int apply_from_sdcard(Device* device, bool* wipe_cache) {
    char* path = browse_directory(SDCARD_ROOT, device);
    if (path == NULL) {
        ui->Print("\n-- No package file selected.\n");
        ensure_path_unmounted(SDCARD_ROOT);
        return INSTALL_ERROR;
    }