Actually wait for animation unload (semaphore did not)

This commit is contained in:
Willy-JL
2024-04-04 21:07:46 +01:00
parent f9d25fa047
commit f89f775d78
2 changed files with 5 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ struct Desktop {
bool in_transition : 1;
FuriSemaphore* animation_semaphore;
FuriApiLock animation_lock;
Keybinds keybinds;