- My list Audio books on add remove fav, only calling audiobooks api and reloading in background
- My list Games on add remove fav, only calling Games api and reloading in background - My list Karaoke on add remove fav, only calling Karaoke api and reloading in background -Finalised clicks count for every module
This commit is contained in:
@@ -38,6 +38,10 @@ class AddNewAddressVC: UIViewController {
|
||||
override func viewWillDisappear(_ animated: Bool) {
|
||||
super.viewWillDisappear(animated)
|
||||
self.navigationController?.setNavigationBarHidden(true, animated: animated)
|
||||
if self.isMovingFromParent {
|
||||
// Back button was pressed
|
||||
PersistentStorage.shared.addOthersCount()
|
||||
}
|
||||
}
|
||||
|
||||
override func viewDidDisappear(_ animated: Bool) {
|
||||
@@ -47,7 +51,8 @@ class AddNewAddressVC: UIViewController {
|
||||
self.navigationController?.setColor(color: .black)
|
||||
}
|
||||
@IBAction func submitBtnTapped(_ sender: LocalisedElementsButton) {
|
||||
|
||||
PersistentStorage.shared.addShopCount(postID: 0)
|
||||
|
||||
if enterAddressNAmeTF.text!.count < 2 {
|
||||
Utilities.alertWithBtn(title: "", msgBody: "Name should be minimum 2 Characters.", okBtnStr: "OK", vc: self)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user