mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-01 20:08:26 +00:00
fixup! feat(core/ui): add page counter to paginated blobs
This commit is contained in:
parent
1f559ff0b6
commit
c01d4acaf2
@ -151,7 +151,6 @@ impl<'a> Component for ShareWords<'a> {
|
|||||||
|
|
||||||
impl<'a> Paginate for ShareWords<'a> {
|
impl<'a> Paginate for ShareWords<'a> {
|
||||||
fn page_count(&self) -> usize {
|
fn page_count(&self) -> usize {
|
||||||
// Not defining the logic here, as we do not want it to be `&mut`.
|
|
||||||
self.total_page_count()
|
self.total_page_count()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user