BASE: Update PLs Wait Loader.

This commit is contained in:
2025-12-05 16:36:32 +05:00
parent 079fb01608
commit 3874ef062b
34 changed files with 61 additions and 49 deletions

View File

@@ -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();