mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
Merge branch 'develop' of https://github.com/vector-im/riot-ios into share-extesion-mxstore-rework
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user