mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
MESSENGER-5671 deactivate swpie gesture room participants list
This commit is contained in:
@@ -1151,9 +1151,13 @@
|
||||
|
||||
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
{
|
||||
if (indexPath.section == participantsSection || indexPath.section == invitedSection)
|
||||
// bwi: #5671 deactivate swipe gesture - remove participant from room
|
||||
if (BWIBuildSettings.shared.bwiCanEditRoomParticipants)
|
||||
{
|
||||
return YES;
|
||||
if (indexPath.section == participantsSection || indexPath.section == invitedSection)
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
}
|
||||
return NO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user