Disable button clicks before getting the new EIP-191 data, not after

This commit is contained in:
Alexandre Paillier
2023-02-20 16:37:22 +01:00
parent f6717ae30c
commit 32bff3e0d0

View File

@@ -18,10 +18,10 @@ static void dummy_pre_cb(void) {
static void dummy_post_cb(void) {
if (ui_pos == UI_191_POS_QUESTION) {
continue_displaying_message();
// temporarily disable button clicks, they will be re-enabled as soon as new data
// is received and the page is redrawn with ux_flow_init()
G_ux.stack[0].button_push_callback = NULL;
continue_displaying_message();
} else // UI_191_END
{
ui_191_switch_to_message_end();