diff --git a/applications/gui/modules/file_select.c b/applications/gui/modules/file_select.c index 1b68e46f..f41b95c9 100644 --- a/applications/gui/modules/file_select.c +++ b/applications/gui/modules/file_select.c @@ -289,7 +289,7 @@ bool file_select_fill_strings(FileSelect* file_select) { storage_dir_close(directory); storage_file_free(directory); free(name); - return false; + return true; } while(1) { @@ -350,7 +350,7 @@ bool file_select_fill_count(FileSelect* file_select) { storage_dir_close(directory); storage_file_free(directory); free(name); - return false; + return true; } while(1) {