Prevent insertion point bug. Issue ##1204

This commit is contained in:
Maurice Parker
2019-10-30 13:51:32 -05:00
parent 58e30dc682
commit 2d70a6c1a5
2 changed files with 0 additions and 2 deletions

View File

@@ -31,7 +31,6 @@ class AddFolderViewController: UITableViewController, AddContainerViewController
accounts = AccountManager.shared.sortedActiveAccounts
nameTextField.delegate = self
nameTextField.becomeFirstResponder()
accountLabel.text = (accounts[0] as DisplayNameProvider).nameForDisplay