mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Archive search show no results found
This commit is contained in:
@@ -57,6 +57,10 @@ uint32_t archive_scene_search_dirwalk(void* context) {
|
||||
break;
|
||||
}
|
||||
if(result == DirWalkLast) {
|
||||
if(count == 1) {
|
||||
archive_add_app_item(archive->browser, "/app:search/No results found!");
|
||||
archive_set_item_count(archive->browser, ++count);
|
||||
}
|
||||
break;
|
||||
}
|
||||
if(!file_info_is_dir(&fileinfo) &&
|
||||
|
||||
Reference in New Issue
Block a user