Merge pull request #2564 from vector-im/riot_2538

BF: Quick reactions menu hide time and user display name
This commit is contained in:
SBiOSoftWhare
2019-07-09 10:37:40 +02:00
committed by GitHub
5 changed files with 98 additions and 1 deletions
+1 -1
View File
@@ -5177,7 +5177,7 @@
if (bubbleComponents.count > 0)
{
NSInteger selectedComponentIndex = foundComponentIndex != NSNotFound ? foundComponentIndex : 0;
bubbleComponentFrame = [roomBubbleTableViewCell componentFrameInTableViewForIndex:selectedComponentIndex];
bubbleComponentFrame = [roomBubbleTableViewCell surroundingFrameInTableViewForComponentIndex:selectedComponentIndex];
}
else
{