We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4124e37 + d5a1034 commit 4d3ae9cCopy full SHA for 4d3ae9c
WordPress/Classes/ViewRelated/Reader/ReaderCommentsViewController.m
@@ -1124,6 +1124,10 @@ - (void)commentView:(CommentContentView *)commentView updatedAttachmentViewsForP
1124
{
1125
Comment *comment = (Comment *)contentProvider;
1126
NSIndexPath *indexPath = [self.tableViewHandler.resultsController indexPathForObject:comment];
1127
+ if (!indexPath) {
1128
+ return;
1129
+ }
1130
+
1131
[self.tableViewHandler invalidateCachedRowHeightAtIndexPath:indexPath];
1132
1133
// HACK:
0 commit comments