Updated on 2026-08-14
This commit is contained in:
parent
9865c83f37
commit
e4502114a3
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ internal class RealInternetConnectionManager : NetworkConnectionManager {
|
||||||
.observeInternetConnectivity(
|
.observeInternetConnectivity(
|
||||||
InternetObservingSettings.builder()
|
InternetObservingSettings.builder()
|
||||||
.interval(PING_INTERVAL)
|
.interval(PING_INTERVAL)
|
||||||
.build()
|
.build(),
|
||||||
)
|
)
|
||||||
.toFlowable(BackpressureStrategy.LATEST)
|
.toFlowable(BackpressureStrategy.LATEST)
|
||||||
.asFlow()
|
.asFlow()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue