|
@@ -97,6 +97,10 @@ class TSAIRintoneVC: TSBaseVC {
|
|
|
super.viewWillAppear(animated)
|
|
|
}
|
|
|
|
|
|
+ override func viewWillDisappear(_ animated: Bool) {
|
|
|
+ super.viewWillDisappear(animated)
|
|
|
+ }
|
|
|
+
|
|
|
override func viewDidDisappear(_ animated: Bool) {
|
|
|
super.viewDidDisappear(animated)
|
|
|
TSBusinessAudioPlayer.shared.stop()
|
|
@@ -167,8 +171,6 @@ extension TSAIRintoneVC: UICollectionViewDataSource ,UICollectionViewDelegate,UI
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- collectionView.selectItem(at: indexPath, animated: true, scrollPosition: .top)
|
|
|
TSBusinessAudioPlayer.shared.stop()
|
|
|
}
|
|
|
|