#4094 - Redrawing waveforms on bound changes.

This commit is contained in:
Stefan Ceriu
2021-07-16 09:06:36 +03:00
parent 4ab02023dd
commit f5c59a05e6
4 changed files with 18 additions and 0 deletions
@@ -105,6 +105,7 @@ class VoiceMessageAttachmentCacheManager {
if var existingSamples = self.samples[identifier] {
existingSamples[numberOfSamples] = samples
self.samples[identifier] = existingSamples
} else {
self.samples[identifier] = [numberOfSamples: samples]
}