Skip to content

Commit

Permalink
Fix add address issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Tang committed Jul 20, 2018
1 parent 693e2eb commit 377d499
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class NewAddressViewController: UIViewController {
return
}
weakSelf.labelTextField.text = accountName
weakSelf.textViewDidChange(weakSelf.addressTextView)
}, animated: true)
}

Expand Down

0 comments on commit 377d499

Please sign in to comment.