Skip to content

Commit

Permalink
add default state to connected
Browse files Browse the repository at this point in the history
  • Loading branch information
souramoo committed Sep 7, 2024
1 parent d10dbbf commit 67cfc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/connection_status.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ConnectionStatusSingleton {

static ConnectionStatusSingleton getInstance() => _singleton;

bool hasConnection = false;
bool hasConnection = true;

StreamController connectionChangeController =
new StreamController.broadcast();
Expand Down

0 comments on commit 67cfc2b

Please sign in to comment.