Skip to content

Commit 64c30cd

Browse files
committed
注释视联网模式震动功能
1 parent 861b7d6 commit 64c30cd

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)