update rog for goal
This commit is contained in:
@ -191,7 +191,7 @@ class ExternalService {
|
||||
|
||||
final IndexController indexController = Get.find<IndexController>();
|
||||
|
||||
if(indexController.connectionStatusName != "wifi" || indexController.connectionStatusName != "mobile"){
|
||||
if(indexController.connectionStatusName != "wifi" && indexController.connectionStatusName != "mobile"){
|
||||
DatabaseHelper db = DatabaseHelper.instance;
|
||||
Rog _rog = Rog(
|
||||
id:1,
|
||||
|
||||
Reference in New Issue
Block a user