Add name in text field of feeds rename dialog. Issue #1571

This commit is contained in:
Maurice Parker 2020-01-08 12:48:37 -07:00
parent 32ecfa6d96
commit a88d9be8a9
1 changed files with 1 additions and 0 deletions

View File

@ -1144,6 +1144,7 @@ private extension MasterFeedViewController {
alertController.addAction(renameAction)
alertController.addTextField() { textField in
textField.text = name
textField.placeholder = NSLocalizedString("Name", comment: "Name")
}