소스 검색

code cleaning

nayooti 5 년 전
부모
커밋
69f89dfe35
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      deltachat-ios/Coordinator/AppCoordinator.swift

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

@@ -112,8 +112,6 @@ 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) {