This commit is contained in:
Hamza-Ayed
2024-05-11 10:59:21 +03:00
parent d5d9ddd2cb
commit a953aabd9c
60 changed files with 9 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ class SplashScreenController extends GetxController
}
void startTimer() {
Timer(const Duration(seconds: 4), () {
Timer(const Duration(seconds: 5), () {
box.read(BoxName.onBoarding) == null
? Get.off(() => OnBoardingPage())
: box.read(BoxName.email) != null