Skip to content

Commit af0dfa1

Browse files
author
videopls
committed
VideoPlusView.stop() 中 programTopLevel不能被移除
1 parent d6da6bd commit af0dfa1

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
@@ -223,7 +223,7 @@ public void stop() {
223223

224224
if (programTopLevel != null) {
225225
programTopLevel.stop();
226-
programTopLevel = null;
226+
// programTopLevel = null;
227227
}
228228

229229
if (programViewDesktop != null) {

0 commit comments

Comments
 (0)