mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-09 22:22:38 +00:00
fixup! feat(core, python): implement autoconnect credentials and add test [no changelog]
This commit is contained in:
parent
7c154f441e
commit
8a39d29664
@ -284,7 +284,7 @@ async def handle_message(
|
||||
|
||||
res_msg: protobuf.MessageType | None = None
|
||||
|
||||
from apps.thp.pairing import handle_pairing_request, handle_credential_phase
|
||||
from apps.thp.pairing import handle_credential_phase, handle_pairing_request
|
||||
|
||||
if msg.type in workflow.ALLOW_WHILE_LOCKED:
|
||||
workflow.autolock_interrupts_workflow = False
|
||||
|
Loading…
Reference in New Issue
Block a user