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
commit 972219570c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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