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