Completed Report Module
This commit is contained in:
@@ -31,10 +31,6 @@ class ThemeTwoVC: UIViewController {
|
||||
super.viewDidLoad()
|
||||
vm.vc = self
|
||||
vm.initView()
|
||||
liveTvView.addTapGesture { [weak self] in
|
||||
guard let self else{return}
|
||||
self.vm.playLiveTV()
|
||||
}
|
||||
|
||||
if MyListDataTemp.shareInstance.favListingData?.showData == nil {
|
||||
MyListDataTemp.shareInstance.favListingData = FavouriteListingDM.ResultData(showData: [], videoData: [], gameData: [], singKaraokeData: [], audioData: [])
|
||||
|
||||
Reference in New Issue
Block a user