EIP-712 hidden fields now share the shown fields logic
This commit is contained in:
@@ -75,9 +75,7 @@ void ui_712_finalize_field(void)
|
|||||||
{
|
{
|
||||||
if (!ui_712_field_shown())
|
if (!ui_712_field_shown())
|
||||||
{
|
{
|
||||||
G_io_apdu_buffer[0] = 0x90;
|
ui_712_next_field();
|
||||||
G_io_apdu_buffer[1] = 0x00;
|
|
||||||
io_exchange(CHANNEL_APDU | IO_RETURN_AFTER_TX, 2);
|
|
||||||
}
|
}
|
||||||
ui_712_field_flags_reset();
|
ui_712_field_flags_reset();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user