1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-01 11:58:28 +00:00

fixup! feat(core/ui): add page counter to paginated blobs

This commit is contained in:
Ioan Bizău 2024-11-25 12:09:25 +01:00
parent 1f559ff0b6
commit c01d4acaf2

View File

@ -151,7 +151,6 @@ impl<'a> Component for ShareWords<'a> {
impl<'a> Paginate for ShareWords<'a> {
fn page_count(&self) -> usize {
// Not defining the logic here, as we do not want it to be `&mut`.
self.total_page_count()
}