Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-03 13:49:09 +04:00
parent 6ad1b0fe5b
commit bfd371bc33
20 changed files with 869 additions and 417 deletions

View file

@ -80,7 +80,7 @@ internal class DefaultNetworksStatusesStore(
ifNotFound: (Network.ID) -> SimpleNetworkStatus?,
) {
if (networks.isEmpty()) {
Timber.d("Nothing to update: networks is empty")
Timber.d("Nothing to update: networks are empty")
return
}