mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-30 20:02:34 +00:00
fixup! feat(core): unify RustLayout, implement single global layout
This commit is contained in:
parent
8867ca8d5e
commit
01b0c702f0
@ -499,7 +499,7 @@ class ProgressLayout:
|
|||||||
|
|
||||||
self.layout.request_complete_repaint()
|
self.layout.request_complete_repaint()
|
||||||
painted = self.layout.paint()
|
painted = self.layout.paint()
|
||||||
backlight_fade(BacklightLevels.NONE)
|
backlight_fade(BacklightLevels.NORMAL)
|
||||||
if painted:
|
if painted:
|
||||||
refresh()
|
refresh()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user