Remove space

This commit is contained in:
David Langley 2021-09-23 09:39:09 +01:00
parent 007f72d51e
commit c1fd40c5bb

View file

@ -327,7 +327,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
// Show / hide actions button in document preview according BuildSettings
self.allowActionsInDocumentPreview = BuildSettings.messageDetailsAllowShare;
_voiceMessageController = [[VoiceMessageController alloc] initWithThemeService: ThemeService.shared mediaServiceProvider:VoiceMessageMediaServiceProvider.sharedProvider];
_voiceMessageController = [[VoiceMessageController alloc] initWithThemeService:ThemeService.shared mediaServiceProvider:VoiceMessageMediaServiceProvider.sharedProvider];
self.voiceMessageController.delegate = self;
}