Skip to content

Commit 829e765

Browse files
authored
Merge pull request #31 from VideoOS/2.8.2
2.8.2
2 parents 3a6acb0 + 64c30cd commit 829e765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VideoOS/venvy_pub/src/main/java/cn/com/videopls/pub/VideoPlusView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public void startService(ServiceType serviceType, HashMap<String, String> params
336336
break;
337337
default:
338338
// 震动一下
339-
VenvyVibrateUtil.vibrate(getContext(), 500);
339+
// VenvyVibrateUtil.vibrate(getContext(), 500);
340340
if (programViewA != null) {
341341
programViewA.startService(serviceType, params, callback);
342342
}

0 commit comments

Comments
 (0)