fix conversation view not refreshing

This commit is contained in:
Ryan ZHAO 2020-08-03 10:08:09 +10:00
parent 4fe78bdda4
commit d953f727d9
1 changed files with 2 additions and 0 deletions

View File

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