mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Update lib/src/screens/dashboard/edit_token_page.dart
This commit is contained in:
parent
031d4e57b8
commit
d9349c14cd
1 changed files with 0 additions and 2 deletions
|
@ -96,8 +96,6 @@ class _EditTokenPageBodyState extends State<EditTokenPageBody> {
|
|||
if (widget.initialContractAddress != null) {
|
||||
_contractAddressController.text = widget.initialContractAddress!;
|
||||
_getTokenInfo();
|
||||
|
||||
isEditingToken = true;
|
||||
}
|
||||
|
||||
_contractAddressFocusNode.addListener(() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue