mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-15 03:08:50 +01:00
bluetooth
This commit is contained in:
parent
b464c84277
commit
ac5cf8bb67
@ -510,7 +510,9 @@ class BluetoothPage(Page):
|
|||||||
except Exception,e:
|
except Exception,e:
|
||||||
print(str(e))
|
print(str(e))
|
||||||
|
|
||||||
|
def OnLoadCb(self):
|
||||||
|
self.GenNetworkList()
|
||||||
|
|
||||||
def ScrollUp(self):
|
def ScrollUp(self):
|
||||||
if len(self._WirelessList) == 0:
|
if len(self._WirelessList) == 0:
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user