Skip to content
Snippets Groups Projects
Commit 7420cc22 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

UI: fix color and layout

Change-Id: I91a27370fb97488cc62946d339704ae02ee313a6
parent 08808e23
Branches
No related tags found
No related merge requests found
......@@ -109,13 +109,13 @@ class CallViewController: UIViewController, StoryboardBased, ViewModelBased {
self.setUpCallButtons()
self.setupBindings()
self.profileImageView.tintColor = UIColor.jamiDefaultAvatar
nameLabel.textColor = UIColor.jamiLabelColor
durationLabel.textColor = UIColor.jamiLabelColor
infoBottomLabel.textColor = UIColor.jamiLabelColor
if self.viewModel.isAudioOnly {
// The durationLabel and buttonsContainer alpha is set here to 0, and to 1 (with a duration) when appear on the screen to have a fade in animation
self.durationLabel.alpha = 0
self.buttonsContainer.stackView.alpha = 0
nameLabel.textColor = UIColor.jamiLabelColor
durationLabel.textColor = UIColor.jamiLabelColor
infoBottomLabel.textColor = UIColor.jamiLabelColor
self.showAllInfo()
self.setWhiteAvatarView()
}
......
......@@ -77,6 +77,7 @@ class ConversationViewController: UIViewController,
self.setupNavTitle(profileImageData: self.viewModel.profileImageData.value,
displayName: self.viewModel.displayName.value,
username: self.viewModel.userName.value)
self.tableView.reloadData()
}).disposed(by: self.disposeBag)
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment