Call notifications appear immediately after call

previously you had to leave/return. This happens because we unregister
observers while our view is not visible.

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent 7106eee4a3
commit 07ab1bd931

@ -345,6 +345,9 @@ typedef enum : NSUInteger {
[self toggleObservers:YES];
// Triggering modified notification renders "call notification" when leaving full screen call view
[self.thread touch];
// restart any animations that were stopped e.g. while inspecting the contact info screens.
[[NSNotificationCenter defaultCenter] postNotificationName:OWSMessagesViewControllerDidAppearNotification
object:nil];

Loading…
Cancel
Save