mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 06:18:07 +00:00
fix(core): add missing swipe right to address QR screen - mercury ui
This commit is contained in:
parent
84c182fdac
commit
dfe6826101
1
core/.changelog.d/3919.fixed
Normal file
1
core/.changelog.d/3919.fixed
Normal file
@ -0,0 +1 @@
|
|||||||
|
[T3T1] fixed swipe back from address QR code screen
|
@ -231,6 +231,7 @@ impl GetAddress {
|
|||||||
.with_border(QR_BORDER),
|
.with_border(QR_BORDER),
|
||||||
)
|
)
|
||||||
.with_cancel_button()
|
.with_cancel_button()
|
||||||
|
.with_swipe(SwipeDirection::Right, SwipeSettings::immediate())
|
||||||
.map(|msg| matches!(msg, FrameMsg::Button(_)).then_some(FlowMsg::Cancelled));
|
.map(|msg| matches!(msg, FrameMsg::Button(_)).then_some(FlowMsg::Cancelled));
|
||||||
|
|
||||||
// AccountInfo
|
// AccountInfo
|
||||||
|
Loading…
Reference in New Issue
Block a user