From 377d499cdb264b9f4187cfc9b75b230dd2da4c22 Mon Sep 17 00:00:00 2001 From: Jun Tang Date: Fri, 20 Jul 2018 12:11:35 +0800 Subject: [PATCH] Fix add address issue --- .../Controllers/Wallet/NewAddressViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Mixin/UserInterface/Controllers/Wallet/NewAddressViewController.swift b/Mixin/UserInterface/Controllers/Wallet/NewAddressViewController.swift index 6ffbfc6fba..50737e2a30 100644 --- a/Mixin/UserInterface/Controllers/Wallet/NewAddressViewController.swift +++ b/Mixin/UserInterface/Controllers/Wallet/NewAddressViewController.swift @@ -76,6 +76,7 @@ class NewAddressViewController: UIViewController { return } weakSelf.labelTextField.text = accountName + weakSelf.textViewDidChange(weakSelf.addressTextView) }, animated: true) }