Fix UITableViewAlertForVisibleCellsAccessDuringUpdate errors

This commit is contained in:
ismailgulek
2022-08-12 15:50:15 +03:00
parent f98409b12f
commit da5ad4535f
+3 -1
View File
@@ -4938,7 +4938,9 @@ static CGSize kThreadListBarButtonItemImageSize;
{
readMarkerTableViewCell = roomBubbleTableViewCell;
[self checkReadMarkerVisibility];
dispatch_async(dispatch_get_main_queue(), ^{
[self checkReadMarkerVisibility];
});
}
}
}