fixed timer issue

This commit is contained in:
2023-11-27 14:57:25 +05:30
parent 13e07b007a
commit 44cb728fab
10 changed files with 38 additions and 30 deletions

View File

@ -268,7 +268,7 @@ class IndexController extends GetxController {
} else {
rogMode.value = 1;
}
print('--- c rog mode --- ${rogMode.value}');
//print('--- c rog mode --- ${rogMode.value}');
Get.toNamed(AppPages.INDEX);
}