mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Limit typing notifications timeline jumps
This commit is contained in:
@@ -98,6 +98,8 @@
|
||||
success:(void(^)(void))success
|
||||
failure:(void(^)(NSError*))failure;
|
||||
|
||||
- (void)resetTypingNotification;
|
||||
|
||||
@end
|
||||
|
||||
@protocol RoomDataSourceDelegate <MXKDataSourceDelegate>
|
||||
|
||||
@@ -950,6 +950,10 @@
|
||||
}];
|
||||
}
|
||||
|
||||
- (void)resetTypingNotification {
|
||||
self.currentTypingUsers = nil;
|
||||
}
|
||||
|
||||
#pragma - Accessibility
|
||||
|
||||
- (void)setupAccessibilityForCell:(MXKRoomBubbleTableViewCell *)cell withCellData:(RoomBubbleCellData*)cellData
|
||||
|
||||
Reference in New Issue
Block a user