Steven преди 1 година
родител
ревизия
145d480e92
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      KulexiuForTeacher/KulexiuForTeacher/Common/Base/KSAccompanyWebViewController.m

+ 3 - 0
KulexiuForTeacher/KulexiuForTeacher/Common/Base/KSAccompanyWebViewController.m

@@ -418,6 +418,9 @@
 }
 
 - (void)configRecordManager {
+    if (self.AQManager.isRunning) {
+        [self.AQManager stopRecord];
+    }
     self.AQManager = [[KSAQRecordManager alloc] init];
     self.AQManager.delegate = self;
 }