#4094 - Added voice message attachment decryption, transcoding and sampling caching layer.

This commit is contained in:
Stefan Ceriu
2021-06-25 12:09:41 +03:00
parent 9a6dfedbd1
commit d627e83d09
4 changed files with 209 additions and 79 deletions
+2
View File
@@ -616,6 +616,8 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
self.roomDataSource.showReadMarker = YES;
self.updateRoomReadMarker = NO;
isAppeared = NO;
[VoiceMessageMediaServiceProvider.sharedProvider stopAllServices];
}
- (void)viewDidAppear:(BOOL)animated