1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-07 14:00:57 +00:00

fixup! feat(core): unify RustLayout, implement single global layout

This commit is contained in:
Martin Milata 2024-10-14 20:56:47 +02:00 committed by M1nd3r
parent 8867ca8d5e
commit 01b0c702f0

View File

@ -499,7 +499,7 @@ class ProgressLayout:
self.layout.request_complete_repaint()
painted = self.layout.paint()
backlight_fade(BacklightLevels.NONE)
backlight_fade(BacklightLevels.NORMAL)
if painted:
refresh()