Skip to content

Commit

Permalink
linter -_-
Browse files Browse the repository at this point in the history
Signed-off-by: rapterjet2004 <[email protected]>
  • Loading branch information
rapterjet2004 authored and mahibi committed Nov 21, 2024
1 parent 814592d commit 68ce6fa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ class NetworkMonitorImpl @Inject constructor(
connectivityManager.unregisterNetworkCallback(networkCallback)
}
}
.distinctUntilChanged()
.flowOn(Dispatchers.IO)
.conflate()
.distinctUntilChanged()
.flowOn(Dispatchers.IO)
.conflate()

private fun ConnectivityManager.isCurrentlyConnected() =
activeNetwork
Expand Down

0 comments on commit 68ce6fa

Please sign in to comment.