Small fixes and updates

This commit is contained in:
MX
2023-02-13 22:06:01 +03:00
parent 641934f8dd
commit 928d57b050
6 changed files with 11 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
#include <flipper_format/flipper_format.h>
#include <notification/notification.h>
#include <notification/notification_messages.h>
#include <dolphin/dolphin.h>
#include "services/config/config.h"
#include "types/plugin_state.h"
#include "types/token_info.h"
@@ -151,6 +152,9 @@ int32_t totp_app() {
return 253;
}
// Affecting dolphin level
DOLPHIN_DEED(DolphinDeedPluginStart);
// Set system callbacks
ViewPort* view_port = view_port_alloc();
view_port_draw_callback_set(view_port, render_callback, &state_mutex);