Oops (semaphore vs apilock)

This reverts commit f89f775d78.
This commit is contained in:
Willy-JL
2024-04-05 20:26:42 +01:00
parent 05745ac7a6
commit 86dcd78175
2 changed files with 4 additions and 6 deletions

View File

@@ -20,7 +20,6 @@
#include <loader/loader.h>
#include <notification/notification_app.h>
#include <toolbox/api_lock.h>
#define STATUS_BAR_Y_SHIFT 13
@@ -81,7 +80,7 @@ struct Desktop {
bool in_transition : 1;
FuriApiLock animation_lock;
FuriSemaphore* animation_semaphore;
Keybinds keybinds;