add two decimal and add confirm dialog if press back button
This commit is contained in:
@@ -59,7 +59,11 @@ class _ProfileCurrencyEditState extends State<ProfileCurrencyEdit> {
|
||||
size: 35,
|
||||
color: primaryColor,
|
||||
),
|
||||
onPressed: () => Navigator.of(context).pop(),
|
||||
onPressed: () {
|
||||
showConfirmDialog(context, "back.button_confirm", () {
|
||||
Navigator.of(context).pop();
|
||||
});
|
||||
},
|
||||
),
|
||||
),
|
||||
body: Column(
|
||||
|
||||
Reference in New Issue
Block a user