Completed Report Module
This commit is contained in:
@@ -39,6 +39,10 @@ class ThemeTwoVM{
|
||||
setUserData()
|
||||
|
||||
handleNotificationCenter()
|
||||
vc.liveTvView.addTapGesture { [weak self] in
|
||||
guard let self else{return}
|
||||
self.playLiveTV()
|
||||
}
|
||||
}
|
||||
|
||||
private func handleNotificationCenter(){
|
||||
@@ -271,7 +275,7 @@ class ThemeTwoVM{
|
||||
|
||||
func setData(){
|
||||
|
||||
playerLayer.frame = self.vc.liveTvView.bounds
|
||||
// playerLayer.frame = self.vc.liveTvView.bounds
|
||||
|
||||
guard let data = AuthFunc.shareInstance.userData else{return}
|
||||
//set the first name as the name
|
||||
|
||||
Reference in New Issue
Block a user