Loader: Fix misplaced ApplicationBeforeLoad events

This commit is contained in:
WillyJL
2025-06-11 04:02:42 +01:00
parent f1f1a89204
commit 407e482566
2 changed files with 12 additions and 11 deletions

View File

@@ -141,6 +141,7 @@ static void
}
furi_pubsub_unsubscribe(loader_get_pubsub(app->loader), subscription);
furi_thread_flags_clear(APPLICATION_STOP_EVENT);
}
static int32_t loader_applications_thread(void* p) {