Skip to content

Commit dde7379

Browse files
author
qinpengcheng
committed
修改 VideoPlusController 的泛型定义
1 parent 9422c9b commit dde7379

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/VideoProgramView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public void startDownloadAdsRes(Bundle bundle) {
160160
controller.downloadAdsRes(bundle);
161161
}
162162

163-
public T getController() {
163+
public VideoPlusController getController() {
164164
return controller;
165165
}
166166
}

0 commit comments

Comments
 (0)