1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-15 19:18:11 +00:00

fixup! fix(core/ui): T3T1 ButtonRequests from rust

This commit is contained in:
Martin Milata 2024-05-23 00:28:07 +02:00
parent 34a5abe8b9
commit e09f21d589

View File

@ -75,7 +75,7 @@ pub trait ButtonRequestExt {
impl<T: Component> ButtonRequestExt for T {}
#[cfg(all(feature = "micropython", feature = "touch"))]
#[cfg(all(feature = "micropython", feature = "touch", feature = "new_rendering"))]
impl<T> crate::ui::flow::Swipable for OneButtonRequest<T>
where
T: Component + crate::ui::flow::Swipable,