Updated on 2026-08-14
This commit is contained in:
parent
73832d3e8e
commit
867d9fd735
9 changed files with 66 additions and 79 deletions
|
|
@ -14,6 +14,7 @@ import com.tangem.utils.coroutines.CoroutineDispatcherProvider
|
|||
import kotlinx.coroutines.withContext
|
||||
import timber.log.Timber
|
||||
import javax.inject.Inject
|
||||
import javax.inject.Singleton
|
||||
|
||||
/**
|
||||
* Common implementation of network status fetcher
|
||||
|
|
@ -24,6 +25,7 @@ import javax.inject.Inject
|
|||
*
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
@Singleton
|
||||
internal class CommonNetworkStatusFetcher @Inject constructor(
|
||||
private val walletManagersFacade: WalletManagersFacade,
|
||||
private val networksStatusesStore: NetworksStatusesStore,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue