Updated on 2026-08-14

This commit is contained in:
Tangem 2023-05-31 18:28:35 +03:00
parent 9865c83f37
commit e4502114a3
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ internal class RealInternetConnectionManager : NetworkConnectionManager {
.observeInternetConnectivity(
InternetObservingSettings.builder()
.interval(PING_INTERVAL)
.build()
.build(),
)
.toFlowable(BackpressureStrategy.LATEST)
.asFlow()