Lib: update m-lib to latest release. Update m-lib usage across project. (#818)
This commit is contained in:
@@ -157,5 +157,5 @@ void storage_settings_scene_benchmark_on_exit(void* context) {
|
||||
dialog_ex_set_result_callback(dialog_ex, NULL);
|
||||
dialog_ex_set_context(dialog_ex, NULL);
|
||||
|
||||
string_clean(app->text_string);
|
||||
string_reset(app->text_string);
|
||||
}
|
||||
|
@@ -64,5 +64,5 @@ void storage_settings_scene_internal_info_on_exit(void* context) {
|
||||
dialog_ex_set_result_callback(dialog_ex, NULL);
|
||||
dialog_ex_set_context(dialog_ex, NULL);
|
||||
|
||||
string_clean(app->text_string);
|
||||
string_reset(app->text_string);
|
||||
}
|
||||
|
@@ -70,5 +70,5 @@ void storage_settings_scene_sd_info_on_exit(void* context) {
|
||||
dialog_ex_set_result_callback(dialog_ex, NULL);
|
||||
dialog_ex_set_context(dialog_ex, NULL);
|
||||
|
||||
string_clean(app->text_string);
|
||||
string_reset(app->text_string);
|
||||
}
|
||||
|
Reference in New Issue
Block a user