mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-19 04:48:12 +00:00
a79279115e
Apart from making the code more correct for its users in apps.common.confirm and elsewhere, this fixes a problem where the confirm_signal would be scheduled before the dialog is rendered. By making sure that handle_rendering is scheduled (i.e., listed in create_tasks) before confirm_signal, we can be sure to render at least once and thus appear in the UI test results. |
||
---|---|---|
.. | ||
apps | ||
storage | ||
trezor | ||
.gitignore | ||
boot.py | ||
main.py | ||
protobuf.py | ||
usb.py |