BASE: Update PLs Wait Loader.
This commit is contained in:
@@ -99,7 +99,7 @@ class HomeParcelScreen extends StatelessWidget {
|
||||
Constant.checkPermission(
|
||||
onTap: () async {
|
||||
ShowToastDialog.showLoader(
|
||||
"Please wait...".tr,
|
||||
ConstTexts.pleaseWait.tr,
|
||||
);
|
||||
|
||||
ShippingAddress shippingAddress =
|
||||
|
||||
@@ -604,7 +604,7 @@ class ParcelOrderDetails extends StatelessWidget {
|
||||
InkWell(
|
||||
onTap: () async {
|
||||
ShowToastDialog.showLoader(
|
||||
"Please wait...".tr,
|
||||
ConstTexts.pleaseWait.tr,
|
||||
);
|
||||
|
||||
UserModel? customer =
|
||||
|
||||
Reference in New Issue
Block a user