浏览代码

fixed - bottom bar hidden when create new contact

Bastian van de Wetering 6 年之前
父节点
当前提交
e5d4b62530
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/Coordinator/AppCoordinator.swift

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

@@ -171,6 +171,7 @@ class ContactListCoordinator: Coordinator {
 		let coordinator = EditContactCoordinator(navigationController: navigationController)
 		childCoordinators.append(coordinator)
 		newContactController.coordinator = coordinator
+		newContactController.hidesBottomBarWhenPushed = true
 		navigationController.pushViewController(newContactController, animated: true)
 	}
 }