Skip to content

Commit a2cc66c

Browse files
committed
Release/1.0.25 - Add ParseUser update method
1 parent 9ad18ce commit a2cc66c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/network/parse_live_query.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ class Client with WidgetsBindingObserver {
5050
} else if (_liveQueryURL.contains('http')) {
5151
_liveQueryURL = _liveQueryURL.replaceAll('http', 'ws');
5252
}
53-
Connectivity()
54-
.onConnectivityChanged
53+
Connectivity().onConnectivityChanged
5554
.listen((ConnectivityResult connectivityResult) {
5655
print('onConnectivityChanged:$connectivityResult');
5756
if (connectivityResult != ConnectivityResult.none) {

0 commit comments

Comments
 (0)