فهرست منبع

added layout of profileInfoViewController

nayooti 5 سال پیش
والد
کامیت
623c8fbac9
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 0 2
      deltachat-ios/Controller/EditSettingsController.swift
  2. 2 0
      deltachat-ios/Coordinator/AppCoordinator.swift

+ 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) {