mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 12:28:36 -07:00
Update apps
This commit is contained in:
4
applications/external/totp/totp_app.c
vendored
4
applications/external/totp/totp_app.c
vendored
@@ -4,6 +4,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <notification/notification.h>
|
||||
#include <notification/notification_messages.h>
|
||||
#include <dolphin/dolphin.h>
|
||||
#include "config/app/config.h"
|
||||
#include "services/config/config.h"
|
||||
#include "types/plugin_state.h"
|
||||
@@ -237,6 +238,9 @@ int32_t totp_app() {
|
||||
return 253;
|
||||
}
|
||||
|
||||
// Affecting dolphin level
|
||||
dolphin_deed(DolphinDeedPluginStart);
|
||||
|
||||
FuriMutex* main_loop_mutex = furi_mutex_alloc(FuriMutexTypeNormal);
|
||||
struct TotpRenderCallbackContext render_context = {
|
||||
.plugin_state = plugin_state, .mutex = main_loop_mutex};
|
||||
|
||||
Reference in New Issue
Block a user