This commit is contained in:
2023-11-18 21:02:00 +05:30
parent 85b8c4705f
commit 954ff36640
3 changed files with 10 additions and 5 deletions

View File

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