From 0eeb8b68bbb0c7e76ca4f99011110b4132c24b69 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Mon, 29 Apr 2024 12:18:34 +0200 Subject: [PATCH] fixup! refactor(core/ui): rust UI flow simplification --- core/embed/rust/src/ui/model_mercury/flow/get_address.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/embed/rust/src/ui/model_mercury/flow/get_address.rs b/core/embed/rust/src/ui/model_mercury/flow/get_address.rs index 4e2a65a71..2feeffa3b 100644 --- a/core/embed/rust/src/ui/model_mercury/flow/get_address.rs +++ b/core/embed/rust/src/ui/model_mercury/flow/get_address.rs @@ -4,7 +4,7 @@ use crate::{ component::{ image::BlendedImage, text::paragraphs::{Paragraph, Paragraphs}, - ButtonRequestExt, ComponentExt, Qr, SwipeDirection, Timeout, + ComponentExt, Qr, SwipeDirection, Timeout, }, flow::{ base::Decision, flow_store, FlowMsg, FlowState, FlowStore, IgnoreSwipe, SwipeFlow,