Remove space

This commit is contained in:
David Langley
2021-09-23 09:39:09 +01:00
parent 350fc0fe30
commit 625534a7a3
+1 -1
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;
}