Loader: Fix event edge cases, fixes Apps hang

This commit is contained in:
Willy-JL
2025-04-15 04:05:52 +01:00
parent 2aba6cc6bf
commit c2dbdb5dd5
3 changed files with 18 additions and 14 deletions
@@ -148,6 +148,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) {