Device Verification: MXUser.displayname and avatar can be nil

This commit is contained in:
manuroe
2019-04-17 13:54:51 +02:00
parent ed122b1580
commit ce98975fc8
3 changed files with 5 additions and 5 deletions
@@ -147,7 +147,7 @@ final class DeviceVerificationIncomingViewController: UIViewController {
avatarImageView.clipsToBounds = true
}
self.userDisplaynameLabel.text = self.viewModel.userDisplayName
self.userDisplaynameLabel.text = self.viewModel.userDisplayName ?? self.viewModel.userId
self.deviceIdLabel.text = self.viewModel.deviceId
}