#4096 - Added locked mode transition and animations, locked recording mode and real time waveform.

This commit is contained in:
Stefan Ceriu
2021-06-18 15:49:58 +03:00
parent 28131c8828
commit 398fbac2a6
21 changed files with 504 additions and 156 deletions
@@ -56,11 +56,6 @@ class VoiceMessageWaveformView: UIView {
updateBarViews()
}
func addSample(_ sample: Float) {
samples.append(sample)
updateBarViews()
}
// MARK: - Private
private func setupBarViews() {