aboutsummaryrefslogtreecommitdiffstats
path: root/extendedcommands.c
diff options
context:
space:
mode:
Diffstat (limited to 'extendedcommands.c')
-rw-r--r--extendedcommands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extendedcommands.c b/extendedcommands.c
index 7ceed7cf..2a42778a 100644
--- a/extendedcommands.c
+++ b/extendedcommands.c
@@ -936,13 +936,13 @@ void show_partition_menu()
else {
if (!confirm_selection("format /data and /data/media (/sdcard)", confirm))
continue;
- handle_data_media_format(1);
+ ignore_data_media_workaround(1);
ui_print("Formatting /data...\n");
if (0 != format_volume("/data"))
ui_print("Error formatting /data!\n");
else
ui_print("Done.\n");
- handle_data_media_format(0);
+ ignore_data_media_workaround(0);
}
}
else if (chosen_item < mountable_volumes) {