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:
parent
34a5abe8b9
commit
e09f21d589
@ -75,7 +75,7 @@ pub trait ButtonRequestExt {
|
|||||||
|
|
||||||
impl<T: Component> ButtonRequestExt for T {}
|
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>
|
impl<T> crate::ui::flow::Swipable for OneButtonRequest<T>
|
||||||
where
|
where
|
||||||
T: Component + crate::ui::flow::Swipable,
|
T: Component + crate::ui::flow::Swipable,
|
||||||
|
Loading…
Reference in New Issue
Block a user