PresenceIndicatorView Swift implementation

This commit is contained in:
aringenbach
2022-04-05 15:13:58 +02:00
parent 43840b8872
commit 4738263ad1
11 changed files with 107 additions and 138 deletions
@@ -98,7 +98,7 @@ class RoomInfoBasicView: UIView {
VectorL10n.roomParticipantsSecurityInformationRoomEncryptedForDm :
VectorL10n.roomParticipantsSecurityInformationRoomEncrypted
securityContainerView.isHidden = !viewData.isEncrypted
presenceIndicatorView.presence = viewData.directUserPresence
presenceIndicatorView.setPresence(viewData.directUserPresence)
updateBadgeImageViewPosition(with: viewData.encryptionImage, presence: viewData.directUserPresence)
}