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

Commit 60533fd0 authored by philz-cwm6's avatar philz-cwm6 Committed by Gerrit Code Review
Browse files

unmount /data on user request for /data/media devices

Change-Id: I86723215edb8c5d256bdd380ff1806729aa81a8f
parent 64f48a65
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -934,8 +934,10 @@ int show_partition_menu()

            if (is_path_mounted(e->path))
            {
                ignore_data_media_workaround(1);
                if (0 != ensure_path_unmounted(e->path))
                    ui_print("Error unmounting %s!\n", e->path);
                ignore_data_media_workaround(0);
            }
            else
            {