fix bug in title_bar auto redraw when in Low backlight

This commit is contained in:
cpi 2019-09-03 13:20:50 +08:00
parent 8f91cfe020
commit 975ce6a4a4

View File

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