mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-18 10:32:02 +00:00
fixup! feat(core): unify RustLayout, implement single global layout
This commit is contained in:
parent
909164eeaf
commit
733b2ed216
@ -1120,7 +1120,6 @@ class LayoutObj(Generic[T]):
|
|||||||
"""Return (code, type) of button request made during the last event or timer pass."""
|
"""Return (code, type) of button request made during the last event or timer pass."""
|
||||||
def get_transition_out(self) -> AttachType:
|
def get_transition_out(self) -> AttachType:
|
||||||
"""Return the transition type."""
|
"""Return the transition type."""
|
||||||
|
|
||||||
def return_value(self) -> T:
|
def return_value(self) -> T:
|
||||||
"""Retrieve the return value of the layout object."""
|
"""Retrieve the return value of the layout object."""
|
||||||
def __del__(self) -> None:
|
def __del__(self) -> None:
|
||||||
|
Loading…
Reference in New Issue
Block a user