fix(core): add missing swipe right to address QR screen - mercury ui

M1nd3r/fix-crc
tychovrahe 3 weeks ago committed by TychoVrahe
parent 84c182fdac
commit dfe6826101

@ -0,0 +1 @@
[T3T1] fixed swipe back from address QR code screen

@ -231,6 +231,7 @@ impl GetAddress {
.with_border(QR_BORDER),
)
.with_cancel_button()
.with_swipe(SwipeDirection::Right, SwipeSettings::immediate())
.map(|msg| matches!(msg, FrameMsg::Button(_)).then_some(FlowMsg::Cancelled));
// AccountInfo

Loading…
Cancel
Save