There was an error while loading. Please reload this page.
1 parent a08491f commit 2495234Copy full SHA for 2495234
FirebaseDatabaseUI/FUIArray.m
@@ -159,6 +159,8 @@ - (void)invalidate {
159
[_query removeObserverWithHandle:handle.unsignedIntegerValue];
160
}
161
162
+ [self.handles removeAllObjects];
163
+
164
// Remove all values on invalidation.
165
[self didUpdate];
166
for (NSInteger i = 0; i < self.snapshots.count; /* no i++ since we modify the array instead */ ) {
0 commit comments