mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Various fixes
fixes by Willy-JL nfc parser by zacharyweiss js widget and path globals by jamisonderek
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#include <loader/loader.h>
|
||||
#include <notification/notification_app.h>
|
||||
#include <toolbox/api_lock.h>
|
||||
|
||||
#define STATUS_BAR_Y_SHIFT 13
|
||||
|
||||
@@ -81,7 +82,7 @@ struct Desktop {
|
||||
|
||||
bool in_transition : 1;
|
||||
|
||||
FuriSemaphore* animation_semaphore;
|
||||
FuriApiLock animation_lock;
|
||||
};
|
||||
|
||||
Desktop* desktop_alloc(void);
|
||||
|
||||
Reference in New Issue
Block a user