marinofaggiana 4 tahun lalu
induk
melakukan
751350da65
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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 }