reopen receiving and processing button in home

This commit is contained in:
tzw
2025-01-22 18:07:13 +06:30
parent e5a5253474
commit 6a63826409
2 changed files with 10 additions and 10 deletions

View File

@@ -112,13 +112,13 @@ class _ProfileState extends State<Profile> {
labelTextKey: "profile.phone",
iconData: Icons.phone),
),
IconButton(
icon: Icon(Icons.edit, color: Colors.grey),
onPressed: () {
Navigator.of(context, rootNavigator: true).push(
CupertinoPageRoute(
builder: (context) => ChangePhoneNumber(user: user)));
})
// IconButton(
// icon: Icon(Icons.edit, color: Colors.grey),
// onPressed: () {
// Navigator.of(context, rootNavigator: true).push(
// CupertinoPageRoute(
// builder: (context) => ChangePhoneNumber(user: user)));
// })
],
);
@@ -213,7 +213,7 @@ class _ProfileState extends State<Profile> {
fcsIDBox,
usaShippingAddressBox,
currencyBox,
emailBox,
// emailBox,
DefaultDeliveryAddress(
labelKey: "profile.default.delivery.address",
deliveryAddress: deliveryAddressModel.defalutAddress,