RiotShareExtension: disable edition in rooms list

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