Update Riot/Modules/Room/RoomViewController.m

Co-Authored-By: manuroe <manuroe@users.noreply.github.com>
This commit is contained in:
SBiOSoftWhare
2019-07-25 19:16:15 +02:00
committed by GitHub
parent 4975c85d60
commit 4a696887a2
+1 -1
View File
@@ -5329,7 +5329,7 @@
UIView *sourceView;
CGRect sourceRect = CGRectNull;
if (cellRow > 0)
if (cellRow >= 0)
{
NSIndexPath *cellIndexPath = [NSIndexPath indexPathForRow:cellRow inSection:0];
UITableViewCell *cell = [self.bubblesTableView cellForRowAtIndexPath:cellIndexPath];