mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Build on xcode 12
This commit is contained in:
@@ -172,7 +172,7 @@ public class VoiceMessageController: NSObject, VoiceMessageToolbarViewDelegate,
|
||||
audioPlayer.loadContentFromURL(temporaryFileURL)
|
||||
}
|
||||
|
||||
audioPlayer.seekToTime(duration * progress) { [weak self] _ in
|
||||
audioPlayer.seekToTime(duration * Double(progress)) { [weak self] _ in
|
||||
self?.updateUI()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user