1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-12 08:20:56 +00:00

core/ui: mark Controls as dirty in the beginning

(cherry picked from commit c9096d9a0a)
This commit is contained in:
Jan Pochyla 2019-08-05 15:41:44 +02:00 committed by Tomas Susanka
parent 24d56882e4
commit 8b264ac5c6

View File

@ -230,6 +230,7 @@ class Layout(Control):
def handle_rendering(self) -> loop.Task: # type: ignore
backlight_fade(style.BACKLIGHT_DIM)
display.clear()
self.dispatch(REPAINT, 0, 0)
self.dispatch(RENDER, 0, 0)
display.refresh()
backlight_fade(style.BACKLIGHT_NORMAL)