We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912c8af commit d4b4b5eCopy full SHA for d4b4b5e
src_bagl/ui_flow_signMessage712.c
@@ -16,6 +16,10 @@ static void dummy_cb(void) {
16
ux_flow_prev();
17
ui_pos = UI_712_POS_REVIEW;
18
}
19
+ } else {
20
+ // temporarily disable button clicks, they will be re-enabled as soon as new data
21
+ // is received and the page is redrawn with ux_flow_init()
22
+ G_ux.stack[0].button_push_callback = NULL;
23
24
25
0 commit comments