marinofaggiana преди 4 години
родител
ревизия
751350da65
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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 }