updated the likes and fav

This commit is contained in:
Bilal
2024-08-04 12:20:12 +05:30
parent e97c7e56f4
commit c8ec96a832
9 changed files with 49 additions and 25 deletions

View File

@@ -28,7 +28,6 @@ class ExploreWokaVC: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
drawBackgroundBlur()
}
override func viewDidLayoutSubviews() {

View File

@@ -70,12 +70,8 @@ class MyListVC: UIViewController{
K.GVar.topView = .myList
if K.GVar.myListSoftReload{
self.webSeriesCV.reloadData()
self.webSeriesHindiCV.reloadData()
self.audioBooksCV.reloadData()
self.karaokeCV.reloadData()
self.gamesCV.reloadData()
self.vm.checkNil()
vm.reloadCollections()
vm.checkNil()
K.GVar.myListSoftReload = false
}
@@ -134,7 +130,7 @@ extension MyListVC : CollectionViewSRC{
}
return MyListDataTemp.shareInstance.favListingData?.gameData?.count ?? 0
case webSeriesHindiCV:
if MyListDataTemp.shareInstance.webSeriesHindi.count == 0 || MyListDataTemp.shareInstance.favListingData == nil{
if MyListDataTemp.shareInstance.webSeriesHindi.count == 0{
webSeriesHindiStack.isHidden = true
}else{
webSeriesHindiStack.isHidden = false