mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
#4096 - Added locked mode transition and animations, locked recording mode and real time waveform.
This commit is contained in:
@@ -56,11 +56,6 @@ class VoiceMessageWaveformView: UIView {
|
||||
updateBarViews()
|
||||
}
|
||||
|
||||
func addSample(_ sample: Float) {
|
||||
samples.append(sample)
|
||||
updateBarViews()
|
||||
}
|
||||
|
||||
// MARK: - Private
|
||||
|
||||
private func setupBarViews() {
|
||||
|
||||
Reference in New Issue
Block a user