mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Limit typing notifications timeline jumps
This commit is contained in:
@@ -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