1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-22 10:09:04 +00:00

feat(eckhart): auto PaginateOnly for TextScreen

- make sure that TextScreen has at least PaginateOnly ActionBar if the
content doesn't fit
This commit is contained in:
obrusvit 2025-03-29 19:16:32 +01:00 committed by M1nd3r
parent 6d7fe79e57
commit 183ec9eca1

View File

@ -56,7 +56,7 @@ where
subtitle: None,
content,
hint: None,
action_bar: None,
action_bar: Some(ActionBar::new_paginate_only()),
}
}