Skip to content

Commit

Permalink
Update vpn_notifier.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Dec 9, 2024
1 parent 8e192b6 commit d9c3996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/vpn/vpn_notifier.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class VPNChangeNotifier with ChangeNotifier {
notifyListeners();
}
updateStatus(
false,
configNotifier.fetchedProxiesConfig,
configNotifier.fetchedGlobalConfig,
configNotifier.hasSucceedingProxy);
});
Expand Down

0 comments on commit d9c3996

Please sign in to comment.