mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
make SafeBluetooth Closable
This commit is contained in:
parent
e25e9a658d
commit
7ed5a3efac
3 changed files with 9 additions and 4 deletions
|
|
@ -310,7 +310,7 @@ class RadioInterfaceService : Service(), Logging {
|
|||
info("Destroying radio interface service")
|
||||
if (logSends)
|
||||
sentPacketsLog.close()
|
||||
safe?.disconnect()
|
||||
safe?.close()
|
||||
super.onDestroy()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue