Update ConnectivityManagerNetworkMonitor.kt

pull/1837/head
Simon Marquis 2 years ago committed by GitHub
parent 32698353c5
commit 8e39c933bd

@ -48,7 +48,7 @@ class ConnectivityManagerNetworkMonitor @Inject constructor(
*/ */
fun update() { fun update() {
channel.trySend(connectivityManager.isCurrentlyConnected()) channel.trySend(connectivityManager.isCurrentlyConnected())
} }
/** /**
* The callback's methods are invoked on changes to *any* network, not just the active * The callback's methods are invoked on changes to *any* network, not just the active

Loading…
Cancel
Save