We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf6d64 commit cf66b0fCopy full SHA for cf66b0f
1 file changed
lib/pages/main/main_btn.dart
@@ -102,13 +102,6 @@ class MainBtnState extends State<MainBtn> with SingleTickerProviderStateMixin {
102
subscriptionURL: "https://pastebin.com/raw/ZCYiJ98W",
103
);
104
await VPNclientEngine.updateSubscription(subscriptionIndex: 0);
105
- // <<<<<<< Updated upstream
106
-
107
- //END TODO
108
109
- // =======
110
- //
111
- // >>>>>>> Stashed changes
112
VPNclientEngine.pingServer(subscriptionIndex: 0, index: 1);
113
VPNclientEngine.onPingResult.listen((result) {
114
log(
0 commit comments