RoomViewController: Use new component frame method calculation.

This commit is contained in:
SBiOSoftWhare
2019-05-29 12:26:48 +02:00
parent 25aec7b8a2
commit bd2a12ac62
+1 -1
View File
@@ -5117,7 +5117,7 @@
if (bubbleComponents.count > 0)
{
NSInteger selectedComponentIndex = foundComponentIndex != NSNotFound ? foundComponentIndex : 0;
bubbleComponentFrame = [roomBubbleTableViewCell componentFrameForIndex:selectedComponentIndex];
bubbleComponentFrame = [roomBubbleTableViewCell componentFrameInTableViewForIndex:selectedComponentIndex];
}
else
{