mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 20:56:57 +02:00
Groups: self-management of membership of groups
- Prepare Group Details screen vector-im/riot-meta#114
This commit is contained in:
@@ -38,4 +38,10 @@
|
||||
return sectionTitle;
|
||||
}
|
||||
|
||||
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath
|
||||
{
|
||||
// Enable edition only for the joined groups.
|
||||
return (indexPath.section == self.joinedGroupsSection);
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user