marinofaggiana před 4 roky
rodič
revize
751350da65
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      iOSClient/Main/Menu/AppDelegate+Menu.swift

+ 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 }