mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Merge fixes
This commit is contained in:
Submodule applications/external updated: 95ac73f322...e8df6e2a0a
@@ -654,12 +654,13 @@ static LoaderMessageLoaderStatusResult loader_start_external_app(
|
||||
furi_record_close(RECORD_DIALOGS);
|
||||
if(res != DialogMessageButtonRight) {
|
||||
const char* err_msg = flipper_application_preload_status_to_string(preload_res);
|
||||
status = loader_make_status_error(
|
||||
LoaderStatusErrorAppStarted,
|
||||
result.value = loader_make_status_error(
|
||||
LoaderStatusErrorAppStarted, // Not LoaderStatusErrorInternal since it would show another popup
|
||||
error_message,
|
||||
"Preload failed, %s: %s",
|
||||
path,
|
||||
err_msg);
|
||||
result.error = loader_status_error_from_preload_status(preload_res);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user