mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-10 17:02:54 +01:00
Add titles to add sheet. Issue #1197
This commit is contained in:
parent
2962ccc24b
commit
58e30dc682
@ -109,6 +109,7 @@ private extension AddContainerViewController {
|
||||
return
|
||||
}
|
||||
|
||||
navigationItem.title = NSLocalizedString("Add Feed", comment: "Add Feed")
|
||||
resetUI()
|
||||
hideCurrentController()
|
||||
|
||||
@ -126,6 +127,7 @@ private extension AddContainerViewController {
|
||||
return
|
||||
}
|
||||
|
||||
navigationItem.title = NSLocalizedString("Add Folder", comment: "Add Folder")
|
||||
resetUI()
|
||||
hideCurrentController()
|
||||
displayContentController(UIStoryboard.add.instantiateController(ofType: AddFolderViewController.self))
|
||||
|
Loading…
Reference in New Issue
Block a user