mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Fix avatars and hide spaces in Share Extension.
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
[self.avatarImageView vc_setRoomAvatarImageWith:roomCellData.avatarUrl
|
||||
roomId:roomCellData.roomIdentifier
|
||||
displayName:roomCellData.roomDisplayname
|
||||
mediaManager:roomCellData.mxSession.mediaManager];
|
||||
mediaManager:roomCellData.roomSummary.mxSession.mediaManager];
|
||||
|
||||
self.roomTitleLabel.text = roomCellData.roomDisplayname;
|
||||
if (!self.roomTitleLabel.text.length)
|
||||
|
||||
Reference in New Issue
Block a user