Merge branch 'develop' into mauroromito/fullscreen_mode_2

# Conflicts:
#	Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved
#	RiotSwiftUI/Modules/Room/Composer/View/Composer.swift
#	project.yml
This commit is contained in:
Mauro Romito
2022-11-15 11:03:28 +01:00
45 changed files with 457 additions and 205 deletions
+1
View File
@@ -604,6 +604,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 {