From e09f21d5897d547d0de2dfdd72bf6cd968824d7e Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Thu, 23 May 2024 00:28:07 +0200 Subject: [PATCH] fixup! fix(core/ui): T3T1 ButtonRequests from rust --- core/embed/rust/src/ui/component/button_request.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/embed/rust/src/ui/component/button_request.rs b/core/embed/rust/src/ui/component/button_request.rs index 21dd14a867..61a238dfef 100644 --- a/core/embed/rust/src/ui/component/button_request.rs +++ b/core/embed/rust/src/ui/component/button_request.rs @@ -75,7 +75,7 @@ pub trait ButtonRequestExt { impl ButtonRequestExt for T {} -#[cfg(all(feature = "micropython", feature = "touch"))] +#[cfg(all(feature = "micropython", feature = "touch", feature = "new_rendering"))] impl crate::ui::flow::Swipable for OneButtonRequest where T: Component + crate::ui::flow::Swipable,