Reload thread data source without notifying the screen

This commit is contained in:
ismailgulek
2022-04-05 14:04:48 +03:00
parent b892b58428
commit 502e9ebd05
2 changed files with 16 additions and 2 deletions
@@ -353,10 +353,17 @@ extern NSString *const kMXKRoomDataSourceTimelineErrorErrorKey;
- (void)limitMemoryUsage:(NSInteger)maxBubbleNb;
/**
Force data reload.
Force data reload. Calls `reloadNotifying` with `YES`.
*/
- (void)reload;
/**
Force data reload.
@param notify Flag to notify the delegate about the changes.
*/
- (void)reloadNotifying:(BOOL)notify;
/**
Called when room property changed. Designed to be used by subclasses.
*/