bluetooth bug

This commit is contained in:
cuu 2018-12-20 16:19:03 +08:00
parent d9a884520c
commit 2a4e951123

View File

@ -699,7 +699,9 @@ class BluetoothPage(Page):
if event.key == CurKeys["Y"]:
if len(self._WirelessList) == 0:
return
if self._Offline == True:
return
self._InfoPage._AList = self._WirelessList[self._PsIndex]._Atts
self._InfoPage._Path = self._WirelessList[self._PsIndex]._Path
self._Screen.PushPage(self._InfoPage)