mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-20 14:42:09 +02:00
Merge pull request #4271 from vector-im/element_4270
Crash in [RoomViewController setScrollToBottomHidden:]
This commit is contained in:
@@ -10,6 +10,7 @@ Changes to be released in next version
|
||||
🐛 Bugfix
|
||||
* RoomVC: Avoid navigation to integration management using integration popup with settings set to integration disabled (#4261).
|
||||
* RiotSettings: Logging out resets RiotSettings (#4259).
|
||||
* RoomVC: Crash in `setScrollToBottomHidden` method (#4270).
|
||||
|
||||
⚠️ API Changes
|
||||
*
|
||||
|
||||
@@ -1355,8 +1355,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
|
||||
if (roomDataSource.currentTypingUsers && !roomDataSource.currentTypingUsers.count)
|
||||
{
|
||||
[roomDataSource resetTypingNotification];
|
||||
NSInteger count = [self.bubblesTableView numberOfRowsInSection:0];
|
||||
[self.bubblesTableView deleteRowsAtIndexPaths:@[[NSIndexPath indexPathForRow:count - 1 inSection:0]] withRowAnimation:UITableViewRowAnimationNone];
|
||||
[self.bubblesTableView reloadData];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user