mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Fix UITableViewAlertForVisibleCellsAccessDuringUpdate errors
This commit is contained in:
@@ -4938,7 +4938,9 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
{
|
||||
readMarkerTableViewCell = roomBubbleTableViewCell;
|
||||
|
||||
[self checkReadMarkerVisibility];
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[self checkReadMarkerVisibility];
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user