Skip to content

Commit

Permalink
fix: add callback type declare
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenQian committed May 9, 2024
1 parent 411dc98 commit fc02e1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ static void GuiConfirmHandler(lv_event_t *e)
}
MultiSigWalletItem_t *wallet = GetMultisigWalletByVerifyCode(g_wallet->verify_code);
if (wallet != NULL) {
g_noticeWindow = GuiCreateErrorCodeWindow(ERR_MULTISIG_WALLET_EXIST, &g_noticeWindow, GuiCLoseCurrentWorkingView);
g_noticeWindow = GuiCreateErrorCodeWindow(ERR_MULTISIG_WALLET_EXIST, &g_noticeWindow, (ErrorWindowCallback)GuiCLoseCurrentWorkingView);
return;
}
GuiVerifyPassword();
Expand Down

0 comments on commit fc02e1b

Please sign in to comment.