浏览代码

backButtonTitle is not needed if it is equal to the title

B. Petersen 4 年之前
父节点
当前提交
2d3f474875
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      deltachat-ios/Controller/SettingsController.swift

+ 0 - 1
deltachat-ios/Controller/SettingsController.swift

@@ -244,7 +244,6 @@ internal final class SettingsViewController: UITableViewController, ProgressAler
     override func viewDidLoad() {
         super.viewDidLoad()
         title = String.localized("menu_settings")
-        navigationItem.backButtonTitle = String.localized("menu_settings")
         documentInteractionController.delegate = self as? UIDocumentInteractionControllerDelegate
         tableView.rowHeight = UITableView.automaticDimension
     }