Commit de8dd6945a776f60d7ce818dbfabcdcdb436b1a8
1 parent
c7255027
提交
Showing
1 changed file
with
2 additions
and
2 deletions
metaCode/Classes/Main/VideoPage/Controller/CNLiveShortVideoViewController.swift
| @@ -322,8 +322,8 @@ class CNLiveShortVideoViewController : CNLiveBaseViewController, UITableViewDele | @@ -322,8 +322,8 @@ class CNLiveShortVideoViewController : CNLiveBaseViewController, UITableViewDele | ||
| 322 | controlView.removeFromSuperview() | 322 | controlView.removeFromSuperview() |
| 323 | player.stopCurrentPlayingCell() | 323 | player.stopCurrentPlayingCell() |
| 324 | if (playerManager.player != nil) { | 324 | if (playerManager.player != nil) { |
| 325 | -// playerManager.player.stop() | ||
| 326 | - playerManager.avPlayerLayer.removeFromSuperlayer() | 325 | + playerManager.player.stop() |
| 326 | +// playerManager.avPlayerLayer.removeFromSuperlayer() | ||
| 327 | } | 327 | } |
| 328 | print("销毁了") | 328 | print("销毁了") |
| 329 | } | 329 | } |