Skip to content

Commit

Permalink
Affecting dolphin level at start (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
akopachov committed Feb 7, 2023
1 parent 141f424 commit f7e7550
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions totp_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit f7e7550

Please sign in to comment.