浏览代码

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) {
     func showTab(index: Int) {
         tabBarController.selectedIndex = index
         tabBarController.selectedIndex = index
-        // TODO: make sure to delete this before submitting PR
-        showProfileInfo()
     }
     }
 
 
     func showChat(chatId: Int, animated: Bool = true) {
     func showChat(chatId: Int, animated: Bool = true) {