Sfoglia il codice sorgente

backButtonTitle is not needed if it is equal to the title

B. Petersen 4 anni fa
parent
commit
2d3f474875
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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
     }