Fixed payment information form in address recipient book and fixed some headers
This commit is contained in:
@@ -51,7 +51,9 @@ class _WalletFormState extends State<WalletForm> {
|
||||
}
|
||||
|
||||
if (newData != null && newData != oldData) {
|
||||
_walletIdController.text = newData.walletId;
|
||||
if (newData.walletId != _walletIdController.text) {
|
||||
_walletIdController.text = newData.walletId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user