feat: add network availability monitoring

This commit is contained in:
andrekir 2023-07-20 18:42:50 -03:00 committed by Andre K
parent dabbcf6ef4
commit 2d30fd89bc
5 changed files with 62 additions and 21 deletions

View file

@ -210,7 +210,7 @@ class BTScanModel @Inject constructor(
}
// Include Network Service Discovery
nsdRepository.resolvedList?.forEach { service ->
nsdRepository.resolvedList.value.forEach { service ->
addDevice(TCPDeviceListEntry(service))
}