Skip to content

Commit ec9155f

Browse files
authored
Update ConnectivityManagerNetworkMonitor.kt
1 parent 7819a0c commit ec9155f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/data/src/main/java/com/google/samples/apps/nowinandroid/core/data/util/ConnectivityManagerNetworkMonitor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class ConnectivityManagerNetworkMonitor @Inject constructor(
4848
*/
4949
fun update() {
5050
channel.trySend(connectivityManager.isCurrentlyConnected())
51-
}
51+
}
5252

5353
/**
5454
* The callback's methods are invoked on changes to *any* network, not just the active

0 commit comments

Comments
 (0)