#4094 - Fixed flickering elapsed time labels and other tweaks.

This commit is contained in:
Stefan Ceriu
2021-07-14 14:40:54 +03:00
parent bcba0d2338
commit e3a025cfe0
4 changed files with 52 additions and 41 deletions
@@ -93,7 +93,7 @@ class VoiceMessagePlaybackView: UIView, NibLoadable, Themable {
elapsedTimeLabel.text = details.currentTime
_waveformView.progress = details.progress
_waveformView.samples = details.samples
_waveformView.alpha = 1
_waveformView.alpha = 1.0
}
self.details = details