LABS: Remove reaction settings, reactions are enabled by default.

This commit is contained in:
SBiOSoftWhare
2019-07-09 13:51:14 +02:00
parent e838149a42
commit 83c143f28d
4 changed files with 3 additions and 42 deletions
+1 -1
View File
@@ -5157,7 +5157,7 @@
ReactionsMenuViewModel *reactionsMenuViewModel;
CGRect bubbleComponentFrameInOverlayView = CGRectNull;
if (RiotSettings.shared.messageReaction && [cell isKindOfClass:MXKRoomBubbleTableViewCell.class] && [self.roomDataSource canReactToEventWithId:event.eventId])
if ([cell isKindOfClass:MXKRoomBubbleTableViewCell.class] && [self.roomDataSource canReactToEventWithId:event.eventId])
{
MXKRoomBubbleTableViewCell *roomBubbleTableViewCell = (MXKRoomBubbleTableViewCell*)cell;
MXKRoomBubbleCellData *bubbleCellData = roomBubbleTableViewCell.bubbleData;