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

Commit db62722e authored by Nathan Grebowiec's avatar Nathan Grebowiec Committed by Gerrit Code Review
Browse files

Merge "unmount /data on user request for /data/media devices" into cm-10.2

parents 1aa7e2ef 60533fd0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -932,8 +932,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
            {