mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
#4090 - Switched the sendVoiceMessage method duration parameter to an integer.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user