mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 20:19:23 +00:00
fix(core/ui): repaint the title of Progress layout when requested
This commit is contained in:
parent
0e8dcbb498
commit
eb97bafeef
@ -127,6 +127,9 @@ impl Component for Progress {
|
|||||||
self.description_pad.clear();
|
self.description_pad.clear();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
self.title.event(ctx, event);
|
||||||
|
self.description.event(ctx, event);
|
||||||
}
|
}
|
||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
@ -88,6 +88,9 @@ impl Component for Progress {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
self.title.event(ctx, event);
|
||||||
|
self.description.event(ctx, event);
|
||||||
}
|
}
|
||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user