Skip to content

Commit c1102cd

Browse files
committed
remove batching from table view data source, to avoid crash
1 parent 01d8bb0 commit c1102cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

FirebaseDatabaseUI/FUITableViewDataSource.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,9 @@ - (void)unbind {
8484
#pragma mark - FUICollectionDelegate methods
8585

8686
- (void)arrayDidBeginUpdates:(id<FUICollection>)collection {
87-
[self.tableView beginUpdates];
8887
}
8988

9089
- (void)arrayDidEndUpdates:(id<FUICollection>)collection {
91-
[self.tableView endUpdates];
9290
}
9391

9492
- (void)array:(FUIArray *)array didAddObject:(id)object atIndex:(NSUInteger)index {

0 commit comments

Comments
 (0)