RoomVC: Fix reactions menu timestamp and display name overlap (Fix #2538).

This commit is contained in:
SBiOSoftWhare
2019-07-08 18:43:55 +02:00
parent f4c30ed00c
commit 120284e484
+1 -1
View File
@@ -5169,7 +5169,7 @@
if (bubbleComponents.count > 0)
{
NSInteger selectedComponentIndex = foundComponentIndex != NSNotFound ? foundComponentIndex : 0;
bubbleComponentFrame = [roomBubbleTableViewCell componentFrameInTableViewForIndex:selectedComponentIndex];
bubbleComponentFrame = [roomBubbleTableViewCell surroundingFrameInTableViewForComponentIndex:selectedComponentIndex];
}
else
{