mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-26 18:02:35 +00:00
TEST: homescreen
This commit is contained in:
parent
2eb0a60409
commit
aef254c92f
@ -173,6 +173,11 @@ impl Homescreen {
|
|||||||
self.paint_notification_only = true;
|
self.paint_notification_only = true;
|
||||||
ctx.request_paint();
|
ctx.request_paint();
|
||||||
}
|
}
|
||||||
|
Event::BLE(BLEEvent::PairingCanceled) => {
|
||||||
|
self.pairing = false;
|
||||||
|
self.pairing_dialog = None;
|
||||||
|
ctx.request_paint();
|
||||||
|
}
|
||||||
Event::BLE(BLEEvent::PairingRequest(data)) => {
|
Event::BLE(BLEEvent::PairingRequest(data)) => {
|
||||||
self.pairing = true;
|
self.pairing = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user