Updated on 2026-08-14
This commit is contained in:
parent
da309aadfa
commit
0eec777144
4 changed files with 8 additions and 4 deletions
|
|
@ -122,6 +122,10 @@ internal class NetworkStatusFactory {
|
|||
Address.Type.Secondary -> NetworkAddress.Address.Type.Secondary
|
||||
}
|
||||
|
||||
if (address.value.isBlank()) {
|
||||
Timber.w("Address value is blank")
|
||||
}
|
||||
|
||||
return NetworkAddress.Address(address.value, type)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue