mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Update Riot/Modules/Room/RoomInfo/RoomInfoList/Views/RoomInfoBasicView.swift
Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
This commit is contained in:
@@ -60,7 +60,7 @@ class RoomInfoBasicView: UIView {
|
||||
badgeImageView.image = viewData.encryptionImage
|
||||
roomNameLabel.text = viewData.roomDisplayName
|
||||
roomAddressLabel.text = viewData.mainRoomAlias
|
||||
roomAddressLabel.isHidden = (roomAddressLabel.text?.count ?? 0) == 0
|
||||
roomAddressLabel.isHidden = roomAddressLabel.text?.isEmpty ?? true
|
||||
roomTopicLabel.text = viewData.roomTopic
|
||||
roomTopicLabel.isHidden = (roomTopicLabel.text?.count ?? 0) == 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user