mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
fixup! feat(core/ui): continue after viewing all data
This commit is contained in:
parent
1eff1d8e0e
commit
f4a67564b7
@ -370,11 +370,6 @@ class EthereumFlow:
|
||||
go_next(self.debug)
|
||||
self.debug.read_layout()
|
||||
|
||||
if self.debug.layout_type is LayoutType.TR:
|
||||
# TR is going back to the "show more" screen here
|
||||
assert (yield).name == "confirm_data"
|
||||
self.debug.press_yes()
|
||||
|
||||
def paginate_data_go_back(self) -> BRGeneratorType:
|
||||
br = yield
|
||||
assert br.name == "confirm_data"
|
||||
|
Loading…
Reference in New Issue
Block a user