mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 03:25:20 +00:00
fix
This commit is contained in:
@@ -86,14 +86,14 @@ class BluetoothConnectionManager(
|
|||||||
// Start server manager
|
// Start server manager
|
||||||
if (!serverManager.start()) {
|
if (!serverManager.start()) {
|
||||||
Log.e(TAG, "Failed to start server manager")
|
Log.e(TAG, "Failed to start server manager")
|
||||||
isActive = false
|
this@BluetoothConnectionManager.isActive = false
|
||||||
return@launch
|
return@launch
|
||||||
}
|
}
|
||||||
|
|
||||||
// Start client manager
|
// Start client manager
|
||||||
if (!clientManager.start()) {
|
if (!clientManager.start()) {
|
||||||
Log.e(TAG, "Failed to start client manager")
|
Log.e(TAG, "Failed to start client manager")
|
||||||
isActive = false
|
this@BluetoothConnectionManager.isActive = false
|
||||||
return@launch
|
return@launch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user