#4094 - Redrawing waveforms on bound changes.

This commit is contained in:
Stefan Ceriu
2021-07-16 09:06:36 +03:00
parent e3a025cfe0
commit 31cfaf1cc0
4 changed files with 18 additions and 0 deletions
@@ -87,6 +87,10 @@ class VoiceMessagePlaybackController: VoiceMessageAudioPlayerDelegate, VoiceMess
}
}
func voiceMessagePlaybackViewDidChangeWidth() {
loadAttachmentData()
}
// MARK: - VoiceMessageAudioPlayerDelegate
func audioPlayerDidFinishLoading(_ audioPlayer: VoiceMessageAudioPlayer) {