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 85e8d6eb27
commit 24f6d03e4c

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
{