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