mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
...
This commit is contained in:
parent
500185fd9d
commit
efb6cb8164
@ -611,6 +611,11 @@ class BluetoothPage(Page):
|
||||
|
||||
if event.key == CurKeys["A"] or event.key == CurKeys["Menu"]:
|
||||
if self._Adapter != None:
|
||||
try:
|
||||
self._Adapter.StopDiscovery()
|
||||
except Exception,e:
|
||||
print(str(e))
|
||||
|
||||
_connecting = self.CheckIfBluetoothConnecting()
|
||||
if _connecting:
|
||||
self.ShutDownConnecting()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user