|
|
@ -1206,6 +1206,8 @@ typedef enum : NSUInteger {
|
|
|
|
[super viewWillDisappear:animated];
|
|
|
|
[super viewWillDisappear:animated];
|
|
|
|
|
|
|
|
|
|
|
|
self.isViewCompletelyAppeared = NO;
|
|
|
|
self.isViewCompletelyAppeared = NO;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[OWSWindowManager sharedManager] hideMenuActionsWindow];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
- (void)viewDidDisappear:(BOOL)animated
|
|
|
|
- (void)viewDidDisappear:(BOOL)animated
|
|
|
@ -2558,9 +2560,6 @@ typedef enum : NSUInteger {
|
|
|
|
[self dismissViewControllerAnimated:NO completion:nil];
|
|
|
|
[self dismissViewControllerAnimated:NO completion:nil];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// TODO override dismissViewController to dismiss any presented MessagesActionSheet?
|
|
|
|
|
|
|
|
// e.g. if we have any remaining dismiss-and-present logic remaining?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#pragma mark - CNContactViewControllerDelegate
|
|
|
|
#pragma mark - CNContactViewControllerDelegate
|
|
|
|
|
|
|
|
|
|
|
|
- (void)contactViewController:(CNContactViewController *)viewController
|
|
|
|
- (void)contactViewController:(CNContactViewController *)viewController
|
|
|
|