BASE: Update PLs Wait Loader.
This commit is contained in:
@@ -341,7 +341,9 @@ class EnterManuallyLocationScreen extends StatelessWidget {
|
||||
"Please Enter Area / Sector / Locality".tr,
|
||||
);
|
||||
} else {
|
||||
ShowToastDialog.showLoader("Please wait...".tr);
|
||||
ShowToastDialog.showLoader(
|
||||
ConstTexts.pleaseWait.tr,
|
||||
);
|
||||
|
||||
//Common values
|
||||
controller.shippingModel.value.location =
|
||||
|
||||
@@ -76,7 +76,7 @@ class LocationPermissionScreen extends StatelessWidget {
|
||||
Constant.checkPermission(
|
||||
context: context,
|
||||
onTap: () async {
|
||||
ShowToastDialog.showLoader("Please wait...".tr);
|
||||
ShowToastDialog.showLoader(ConstTexts.pleaseWait.tr);
|
||||
ShippingAddress addressModel = ShippingAddress();
|
||||
try {
|
||||
await Geolocator.requestPermission();
|
||||
@@ -145,7 +145,7 @@ class LocationPermissionScreen extends StatelessWidget {
|
||||
Constant.checkPermission(
|
||||
context: context,
|
||||
onTap: () async {
|
||||
ShowToastDialog.showLoader("Please wait...".tr);
|
||||
ShowToastDialog.showLoader(ConstTexts.pleaseWait.tr);
|
||||
ShippingAddress addressModel = ShippingAddress();
|
||||
try {
|
||||
await Geolocator.requestPermission();
|
||||
|
||||
Reference in New Issue
Block a user