Skip to content

Commit

Permalink
Merge pull request #685 from souramoo/feature/offline-cache
Browse files Browse the repository at this point in the history
Feature/offline banner fix
  • Loading branch information
hillelcoren committed Sep 8, 2024
2 parents d00a1d5 + 499c429 commit 81925aa
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 81925aa

Please sign in to comment.