mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
Merged branch RDB-Add-Active-Label-To-Listing into Rapid-Dev-Branch
This commit is contained in:
commit
a2362379cb
Binary file not shown.
BIN
Vendoo/.DS_Store
vendored
BIN
Vendoo/.DS_Store
vendored
Binary file not shown.
@ -115,6 +115,8 @@ extension ItemTableViewController: UITableViewDataSource{
|
||||
|
||||
})
|
||||
|
||||
}else {
|
||||
cell.itemStatus.text = "Status: Active"
|
||||
}
|
||||
|
||||
if(!((self.tabBarController as? HomeViewController)!.userListings[indexPath.row].networks["areNetworksChosen"])!){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user