From 24f6d03e4c6c71dcd90c093cae78318bcfd982ef Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Mon, 8 Jul 2019 18:43:55 +0200 Subject: [PATCH] RoomVC: Fix reactions menu timestamp and display name overlap (Fix #2538). --- Riot/Modules/Room/RoomViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Riot/Modules/Room/RoomViewController.m b/Riot/Modules/Room/RoomViewController.m index c7c0818a8..5c9bc191e 100644 --- a/Riot/Modules/Room/RoomViewController.m +++ b/Riot/Modules/Room/RoomViewController.m @@ -5169,7 +5169,7 @@ if (bubbleComponents.count > 0) { NSInteger selectedComponentIndex = foundComponentIndex != NSNotFound ? foundComponentIndex : 0; - bubbleComponentFrame = [roomBubbleTableViewCell componentFrameInTableViewForIndex:selectedComponentIndex]; + bubbleComponentFrame = [roomBubbleTableViewCell surroundingFrameInTableViewForComponentIndex:selectedComponentIndex]; } else {