This commit is contained in:
ismailgulek
2021-03-17 00:49:07 +03:00
parent 4189a484ca
commit 335ddf78e8
6 changed files with 60 additions and 17 deletions
+3
View File
@@ -2249,6 +2249,9 @@ NSNotificationName const RoomCallTileTappedNotification = @"RoomCallTileTappedNo
{
// post notification `RoomCallTileTapped`
[[NSNotificationCenter defaultCenter] postNotificationName:RoomCallTileTappedNotification object:bubbleData];
preventBubblesTableViewScroll = YES;
[self selectEventWithId:tappedEvent.eventId];
}
}
else