reopen receiving and processing button in home
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user