1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-16 08:06:05 +00:00

TEST: homescreen

This commit is contained in:
tychovrahe 2024-11-08 13:11:11 +01:00
parent 2eb0a60409
commit aef254c92f

View File

@ -173,6 +173,11 @@ impl Homescreen {
self.paint_notification_only = true;
ctx.request_paint();
}
Event::BLE(BLEEvent::PairingCanceled) => {
self.pairing = false;
self.pairing_dialog = None;
ctx.request_paint();
}
Event::BLE(BLEEvent::PairingRequest(data)) => {
self.pairing = true;