RiotShareExtension: disable edition in rooms list

This commit is contained in:
Giom Foret 2017-09-29 17:25:18 +02:00
parent b893bc2003
commit 9e5a2fb4f6

View file

@ -165,5 +165,10 @@
return cell;
}
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath
{
return NO;
}
@end