Explorar o código

[FL-1641] File select fix #658

Co-authored-by: あく <alleteam@gmail.com>
gornekich %!s(int64=4) %!d(string=hai) anos
pai
achega
227ef47e2d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      applications/gui/modules/file_select.c

+ 2 - 2
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) {