- Added no data and error handling in my orderdetails

- added lazy loading in myorders
- finalised karaoke with new key
- handled failure to show retry btn in karaoke
- made mylist view all, with api call, modified the api which will display all kind of data.
- made a common module for above
This commit is contained in:
Bilal
2024-08-09 21:04:55 +05:30
parent 12e08aa7fa
commit 1eb7727aa2
33 changed files with 1284 additions and 695 deletions

View File

@@ -33,7 +33,7 @@ class ThemeTwoVC: UIViewController {
vm.initView()
if MyListDataTemp.shareInstance.favListingData?.showData == nil {
MyListDataTemp.shareInstance.favListingData = FavouriteListingDM.ResultData(showData: [], videoData: [], gameData: [], singKaraokeData: [], audioData: [])
MyListDataTemp.shareInstance.favListingData = FavouriteListingDM.ResultData(totalRecords: nil, showData: [], videoData: [], gameData: [], singKaraokeData: [], audioData: [])
}
}