PresenceIndicatorView Swift implementation

This commit is contained in:
aringenbach
2022-04-05 15:13:58 +02:00
parent fa3f01bb8f
commit 38363b1832
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)
}