Fix build

This commit is contained in:
Willy-JL
2023-03-29 12:26:10 +01:00
parent 5f0e677c9d
commit 6e903cd40c
@@ -9,7 +9,7 @@ static bool xtreme_app_scene_interface_mainmenu_add_file_browser_callback(
void* context,
uint8_t** icon_ptr,
FuriString* item_name) {
XtremeApp* app = context;
UNUSED(context);
Storage* storage = furi_record_open(RECORD_STORAGE);
bool success = fap_loader_load_name_and_icon(file_path, storage, icon_ptr, item_name);
furi_record_close(RECORD_STORAGE);