marinofaggiana 4 жил өмнө
parent
commit
751350da65

+ 2 - 0
iOSClient/Main/Menu/AppDelegate+Menu.swift

@@ -333,6 +333,8 @@ extension AppDelegate: NCAudioRecorderViewControllerDelegate {
         return actions
     }
     
+    // MARK: - NCAudioRecorder ViewController Delegate
+
     func didFinishRecording(_ viewController: NCAudioRecorderViewController, fileName: String) {
         
         guard let navigationController = UIStoryboard(name: "NCCreateFormUploadVoiceNote", bundle: nil).instantiateInitialViewController() else { return }