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,