Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mradian1 committed Jan 14, 2025
1 parent f73a376 commit 8a348b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ static void ui_menu_main(void) {
G_switches[CONTRACT_DATA_IDX].initState = OFF_STATE;
} else {
G_switches[CONTRACT_DATA_IDX].initState = ON_STATE;
}
}

initialize_settings_contents();
initialize_settings_contents();

nbgl_useCaseHomeAndSettings(APPNAME, // const char *appName
&C_icon_multiversx_logo_64x64, // nbgl_icon_details_t *appIcon
Expand All @@ -89,7 +89,6 @@ static void ui_menu_main(void) {
NULL, // nbgl_homeAction_t *action
quit_app_callback // nbgl_callback_t quitCallback
);

}

#else
Expand Down

0 comments on commit 8a348b0

Please sign in to comment.