mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-26 18:45:24 +00:00
refresh peer list more often
This commit is contained in:
@@ -61,6 +61,7 @@ class BluetoothMeshService(private val context: Context) : MeshService, Transpor
|
||||
field = value
|
||||
if (::meshCore.isInitialized) {
|
||||
meshCore.delegate = value
|
||||
meshCore.refreshPeerList()
|
||||
}
|
||||
}
|
||||
// Tracks whether this instance has been terminated via stopServices()
|
||||
|
||||
Reference in New Issue
Block a user