Fix skip issue

This commit is contained in:
Alexandre Paillier
2022-09-06 09:41:16 +02:00
parent 493ce85c3b
commit 81e15e51e8

View File

@@ -232,6 +232,10 @@ void theres_more_click_cb(void)
*(uint16_t *) G_io_apdu_buffer = __builtin_bswap16(0x9000);
io_exchange(CHANNEL_APDU | IO_RETURN_AFTER_TX, 2);
}
else
{
switch_to_sign();
}
}
void dummy_post_cb(void)