소스 검색

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