1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-19 04:48:12 +00:00
trezor-firmware/core/src
matejcik a79279115e core: move confirm_signal evaluation into concrete Layout implementations
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.
2020-01-23 15:45:10 +01:00
..
apps core: move confirm_signal evaluation into concrete Layout implementations 2020-01-23 15:45:10 +01:00
storage core/sd_salt: remove forgotten fs.mount 2019-11-08 14:23:58 +01:00
trezor core: move confirm_signal evaluation into concrete Layout implementations 2020-01-23 15:45:10 +01:00
.gitignore MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
boot.py Merge branch 'master' into matejcik/storage-relocation 2019-11-07 12:51:02 +01:00
main.py Merge branch 'master' into matejcik/storage-relocation 2019-11-07 12:51:02 +01:00
protobuf.py core/protobuf: fix 5b6fa113 2019-08-07 10:59:22 +02:00
usb.py core/usb: reorder endpoints 2019-11-13 13:21:39 +01:00