浏览代码

add title to EditGroupViewController

cyberta 5 年之前
父节点
当前提交
ce4052ac42
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/Controller/EditGroupViewController.swift

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

@@ -35,6 +35,7 @@ class EditGroupViewController: UITableViewController {
         super.init(style: .grouped)
         super.init(style: .grouped)
         self.avatarSelectionCell.selectionStyle = .none
         self.avatarSelectionCell.selectionStyle = .none
         self.avatarSelectionCell.hintLabel.text = String.localized("group_avatar")
         self.avatarSelectionCell.hintLabel.text = String.localized("group_avatar")
+        title = String.localized("menu_edit_group")
     }
     }
 
 
     required init?(coder aDecoder: NSCoder) {
     required init?(coder aDecoder: NSCoder) {