From d9c3996be9eb6d82c2f14f06f1dbed13b9fb49f2 Mon Sep 17 00:00:00 2001 From: Jigar-f Date: Mon, 9 Dec 2024 17:20:28 +0530 Subject: [PATCH] Update vpn_notifier.dart --- lib/features/vpn/vpn_notifier.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/vpn/vpn_notifier.dart b/lib/features/vpn/vpn_notifier.dart index 79d1be49a..7fe14af0c 100644 --- a/lib/features/vpn/vpn_notifier.dart +++ b/lib/features/vpn/vpn_notifier.dart @@ -52,7 +52,7 @@ class VPNChangeNotifier with ChangeNotifier { notifyListeners(); } updateStatus( - false, + configNotifier.fetchedProxiesConfig, configNotifier.fetchedGlobalConfig, configNotifier.hasSucceedingProxy); });