This commit is contained in:
Hamza-Ayed
2024-05-29 16:09:37 +03:00
parent 058fb67a41
commit 4af52f4392
44 changed files with 9509 additions and 2044 deletions

View File

@@ -195,11 +195,11 @@ class AI extends GetxController {
);
} else {
await addDriverEgypt();
// await addRegistrationCarEgypt();
await addRegistrationCarEgypt();
if (isCarSaved && isDriverSaved) {
DeviceController().getDeviceSerialNumber();
box.write(BoxName.phoneVerified, '1');
box.write(BoxName.phoneVerified, 1);
Get.offAll(() => HomeCaptain());
// Get.offAll(() => HomeCaptain());
}