We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d9415 commit 3155d72Copy full SHA for 3155d72
1 file changed
Source/ASTableView.mm
@@ -562,7 +562,7 @@ - (NSIndexPath *)convertIndexPathFromTableNode:(NSIndexPath *)indexPath waitingI
562
return indexPath;
563
} else {
564
NSIndexPath *viewIndexPath = [_dataController.visibleMap convertIndexPath:indexPath fromMap:_dataController.pendingMap];
565
- if (viewIndexPath == nil) {
+ if (viewIndexPath == nil && wait) {
566
[self waitUntilAllUpdatesAreCommitted];
567
return [self convertIndexPathFromTableNode:indexPath waitingIfNeeded:NO];
568
}
0 commit comments