소스 검색

remove TODO, observers should never be unregistered on new contact creation in AddGroupMembersVC

cyberta 5 년 전
부모
커밋
1f6d593349
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      deltachat-ios/Controller/AddGroupMembersViewController.swift

+ 0 - 1
deltachat-ios/Controller/AddGroupMembersViewController.swift

@@ -116,7 +116,6 @@ class AddGroupMembersViewController: GroupMembersViewController {
     }
 
     override func viewWillDisappear(_: Bool) {
-        // TODO: - check this for new group context
         if !isMovingFromParent {
             // a subview was added to the navigation stack, no action needed
             return