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

@@ -44,7 +44,6 @@ class AddFeedViewController: UITableViewController, AddContainerViewControllerCh
urlTextField.autocapitalizationType = .none
urlTextField.text = initialFeed
urlTextField.delegate = self
urlTextField.becomeFirstResponder()
if initialFeed != nil {
delegate?.readyToAdd(state: true)