RiotShareExtension: disable edition in rooms list

This commit is contained in:
Giom Foret
2017-09-29 17:25:18 +02:00
parent 7042afab34
commit 20a8556821
@@ -165,5 +165,10 @@
return cell;
}
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath
{
return NO;
}
@end