This commit is contained in:
lixiaopeng
2020-08-13 10:06:42 +08:00
parent 3643effb44
commit c32448dfc6
3 changed files with 44 additions and 39 deletions

View File

@@ -96,7 +96,11 @@ class MainService : Service() {
|| shareType == TANLU_ROAD_ACCIDENT || shareType == TANLU_ROAD_WORK
) {
// takePhoto(1, false, true)
takeVideo(it.duration, isCustom = true, id = id)
if (!fromType.equals("5")) { // 是策略触发,不提示
takeVideo(it.duration, isCustom = true, id = id)
} else {
takeVideo(it.duration)
}
}
}
} else {