- Completed click count in sidebar
- Handled optional gender type - Handled optional gender in profile - Remaining MyListVC changes
This commit is contained in:
@@ -67,5 +67,10 @@ class WebViewVC: UIViewController, WKNavigationDelegate{
|
||||
super.viewWillDisappear(animated)
|
||||
navigationController?.setNavigationBarHidden(true, animated: animated)
|
||||
self.navigationController?.setColor(color: .black)
|
||||
|
||||
if self.isMovingFromParent {
|
||||
// Back button was pressed
|
||||
PersistentStorage.shared.addOthersCount()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user