You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crashes on L701 of OTRMessagesViewController: NSAssert(row < [self.messageMappings numberOfItemsInSection:section], @"Cannot fetch message because row %d is >= numberOfItemsInSection %d", (int)row, (int)[self.messageMappings numberOfItemsInSection:section]);
Looks like after deleting the chat messages the mappings is no longer synced with the collection view. Possible fix would be to force-reload the collection view after being informed of the deletion.
The text was updated successfully, but these errors were encountered:
Crashes on L701 of OTRMessagesViewController: NSAssert(row < [self.messageMappings numberOfItemsInSection:section], @"Cannot fetch message because row %d is >= numberOfItemsInSection %d", (int)row, (int)[self.messageMappings numberOfItemsInSection:section]);
Looks like after deleting the chat messages the mappings is no longer synced with the collection view. Possible fix would be to force-reload the collection view after being informed of the deletion.
The text was updated successfully, but these errors were encountered: