Merge pull request #293 from cuu/master

fix bug in title_bar auto redraw when in Low backlight
This commit is contained in:
GNU
2019-09-03 13:21:33 +08:00
committed by GitHub

View File

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