mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Show / Hide More and Report Content contextual menu from settings
- Update after review
This commit is contained in:
@@ -5368,7 +5368,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
|
||||
];
|
||||
}
|
||||
|
||||
BOOL showMoreOption = ([event.wireType isEqual:kMXEventTypeStringRoomMember] && RiotSettings.shared.roomContextualMenuShowMoreOptionForStates) || (![event.wireType isEqual:kMXEventTypeStringRoomMember] && RiotSettings.shared.roomContextualMenuShowMoreOptionForMessages);
|
||||
BOOL showMoreOption = (event.isState && RiotSettings.shared.roomContextualMenuShowMoreOptionForStates) || (!event.isState && RiotSettings.shared.roomContextualMenuShowMoreOptionForMessages);
|
||||
|
||||
if (showMoreOption)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user