Skip to content

Commit cae5eb4

Browse files
ccharlesrenSundoggyNew
authored andcommitted
【IoT Video终端集成测试】ios端点击录像,录像结束,音频不支持文案修改
Tapd: http://tapd.oa.com/20393192/bugtrace/bugs/view?bug_id=1020393192091165237&url_cache_key=acdba194b0e2e0da542714b9a0bf0507 Change-Id: I824ee4c2046cc60d1adf440f375553b3b9e51498
1 parent ffc14a0 commit cae5eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SDK/LinkCore/QCFoundation/Other/TIoTCoreUtil.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ + (void)saveVideoToPhotoAlbum:(NSString *)videoPathString {
333333
if (compatible) {
334334
UISaveVideoAtPathToSavedPhotosAlbum([videoUrl path], self, @selector(savedPhotoImage:didFinishSavingWithError:contextInfo:), nil);
335335
}else {
336-
[self showAlertViewWithText:@"视频格式不支持,请从文件 App 从获取"];
336+
[self showAlertViewWithText:@"该音视频格式不支持录像"];
337337
}
338338
}
339339
}

0 commit comments

Comments
 (0)