mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +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."""
|
||||
def get_transition_out(self) -> AttachType:
|
||||
"""Return the transition type."""
|
||||
|
||||
def return_value(self) -> T:
|
||||
"""Retrieve the return value of the layout object."""
|
||||
def __del__(self) -> None:
|
||||
|
Loading…
Reference in New Issue
Block a user