reset "Load Earlier Messages" when switching threads (#1163)

Since we're now re-using the message controller across threads, we have
to reset some elements to their initial state when switching threads.
Missed this one.

Fixes: #1150

// FREEBIE
pull/1/head
Michael Kirk 9 years ago
parent f05429b594
commit 5286c032ce

@ -128,6 +128,7 @@ typedef enum : NSUInteger {
[self markAllMessagesAsRead];
[self.collectionView reloadData];
}];
[self updateLoadEarlierVisible];
}
- (void)hideInputIfNeeded {

Loading…
Cancel
Save