fix bug in title_bar auto redraw when in Low backlight

This commit is contained in:
cpi 2019-09-03 05:19:40 +00:00
parent afe616de9e
commit e0dfe211a9

View File

@ -67,7 +67,7 @@ class TitleBar(Widget):
self.SyncSoundVolume()
self.CheckBluetooth()
self.UpdateWifiStrength()
SwapAndShow()
self._InLowBackLight = 0
return True