fix conversation view not refreshing

pull/241/head
Ryan ZHAO 5 years ago
parent 4fe78bdda4
commit d953f727d9

@ -842,6 +842,8 @@ typedef enum : NSUInteger {
- (void)applicationDidBecomeActive:(NSNotification *)notification
{
[self startReadTimer];
[self.conversationViewModel viewDidLoad];
[self.conversationViewModel loadAnotherPageOfMessages];
}
- (void)dismissPresentedViewControllerIfNecessary

Loading…
Cancel
Save