mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Reload thread data source without notifying the screen
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user