Merge branch 'develop' of https://github.com/vector-im/riot-ios into share-extesion-mxstore-rework

This commit is contained in:
Aram Sargsyan
2017-09-15 19:19:49 +04:00
94 changed files with 2292 additions and 467 deletions
@@ -130,7 +130,8 @@
- (void)showShareAlertForRoomPath:(NSIndexPath *)indexPath
{
NSString *receipantName = [self.dataSource getRoomAtIndexPath:indexPath].riotDisplayname;
// @TODO: the room should be instanciated here (only the room summary should be available from dataSource).
NSString *receipantName = [self.dataSource getRoomAtIndexPath:indexPath].summary.displayname;
if (!receipantName.length)
{
receipantName = NSLocalizedStringFromTable(@"room_displayname_no_title", @"Vector", nil);