Fix returning number of rows in room data source

This commit is contained in:
ismailgulek
2021-03-17 15:54:10 +03:00
parent 679acb356b
commit ef38b776f5
@@ -258,8 +258,12 @@
[self updateStatusInfo];
}
// we may have changed the number of bubbles in this block, consider that change
return bubbles.count;
}
// leave it as is, if coming as 0 from super
return count;
}