mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
Add voice broadcast slider (#7010)
This commit is contained in:
@@ -599,6 +599,7 @@ static CGSize kThreadListBarButtonItemImageSize;
|
||||
|
||||
[VoiceMessageMediaServiceProvider.sharedProvider pauseAllServices];
|
||||
[VoiceBroadcastRecorderProvider.shared pauseRecording];
|
||||
[VoiceBroadcastPlaybackProvider.shared pausePlaying];
|
||||
|
||||
// Stop the loading indicator even if the session is still in progress
|
||||
[self stopLoadingUserIndicator];
|
||||
|
||||
@@ -72,6 +72,10 @@ class VoiceMessageAudioPlayer: NSObject {
|
||||
return audioPlayer.items()
|
||||
}
|
||||
|
||||
var currentUrl: URL? {
|
||||
return (audioPlayer?.currentItem?.asset as? AVURLAsset)?.url
|
||||
}
|
||||
|
||||
private(set) var isStopped = true
|
||||
|
||||
deinit {
|
||||
|
||||
Reference in New Issue
Block a user