mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
#4094 - Fixed flickering elapsed time labels and other tweaks.
This commit is contained in:
@@ -121,6 +121,10 @@ class VoiceMessageAudioPlayer: NSObject {
|
||||
}
|
||||
|
||||
func stop() {
|
||||
if isStopped {
|
||||
return
|
||||
}
|
||||
|
||||
isStopped = true
|
||||
audioPlayer?.pause()
|
||||
audioPlayer?.seek(to: .zero)
|
||||
|
||||
Reference in New Issue
Block a user