mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-15 11:08:08 +00:00
fixup! fix(core/ui): T3T1 ButtonRequests from rust
This commit is contained in:
parent
34a5abe8b9
commit
e09f21d589
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user