From 07653e9b9e112ccf59cb3c3eb0c9f216e627f975 Mon Sep 17 00:00:00 2001 From: Mohamed Nouffer Date: Thu, 12 Jan 2023 13:11:44 +0530 Subject: [PATCH] update rog for goal --- lib/services/external_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/external_service.dart b/lib/services/external_service.dart index 0701a5e..9edda03 100644 --- a/lib/services/external_service.dart +++ b/lib/services/external_service.dart @@ -191,7 +191,7 @@ class ExternalService { final IndexController indexController = Get.find(); - if(indexController.connectionStatusName != "wifi" || indexController.connectionStatusName != "mobile"){ + if(indexController.connectionStatusName != "wifi" && indexController.connectionStatusName != "mobile"){ DatabaseHelper db = DatabaseHelper.instance; Rog _rog = Rog( id:1,