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:
parent
2eb0a60409
commit
aef254c92f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user