#4090 - Switched the sendVoiceMessage method duration parameter to an integer.

This commit is contained in:
Stefan Ceriu
2021-07-16 12:49:28 +03:00
parent 31e7a9e413
commit 80930c354f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6190,7 +6190,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
- (void)voiceMessageController:(VoiceMessageController *)voiceMessageController
didRequestSendForFileAtURL:(NSURL *)url
duration:(NSTimeInterval)duration
duration:(NSUInteger)duration
samples:(NSArray<NSNumber *> *)samples
completion:(void (^)(BOOL))completion
{