File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
VideoOS/venvy_pub/src/main/java/cn/com/videopls/pub Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,6 @@ public void stop() {
297297 mContentView .removeAllViews ();
298298 mContentView .setVisibility (View .GONE );
299299 }
300- VideoPositionHelper .getInstance ().cancel ();
301300 }
302301
303302 void destroy () {
Original file line number Diff line number Diff line change 1717import java .util .HashMap ;
1818
1919import cn .com .venvy .App ;
20+ import cn .com .venvy .VideoPositionHelper ;
2021import cn .com .venvy .common .interf .IServiceCallback ;
2122import cn .com .venvy .common .interf .ServiceType ;
2223import cn .com .venvy .common .observer .VenvyObservableTarget ;
@@ -214,6 +215,7 @@ public void start() {
214215 public void stop () {
215216 if (programViewA != null ) {
216217 programViewA .stop ();
218+ VideoPositionHelper .getInstance ().cancel ();
217219 }
218220
219221 if (programViewB != null ) {
You can’t perform that action at this time.
0 commit comments