瀏覽代碼

added layout of profileInfoViewController

nayooti 5 年之前
父節點
當前提交
623c8fbac9

+ 0 - 2
deltachat-ios/Controller/EditSettingsController.swift

@@ -8,8 +8,6 @@ class EditSettingsController: UITableViewController, MediaPickerDelegate {
     private var displayNameBackup: String?
     private var statusCellBackup: String?
 
-    private let groupBadgeSize: CGFloat = 72
-
     private let section1 = 0
     private let section1Avatar = 0
     private let section1Name = 1

+ 2 - 0
deltachat-ios/Coordinator/AppCoordinator.swift

@@ -112,6 +112,8 @@ class AppCoordinator: NSObject, Coordinator {
 
     func showTab(index: Int) {
         tabBarController.selectedIndex = index
+        // TODO: make sure to delete this before submitting PR
+        showProfileInfo()
     }
 
     func showChat(chatId: Int, animated: Bool = true) {