Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

third round

  • Loading branch information
naira-cliqz committed Apr 19, 2018
1 parent d3a8ca9 commit e15c5288c5bfcaf6ef85dcae3b692bb12b797f25
Showing with 2 additions and 2 deletions.
  1. +2 −2 Cliqz/Privacy/UI/TrackersController.swift
@@ -141,8 +141,8 @@ extension TrackersController: UITableViewDataSource, UITableViewDelegate {
cell.appId = trackers[c]?[indexPath.row].appId ?? 0
cell.delegate = self
cell.statusIcon.image = (trackers[c]?[indexPath.row].isBlocked ?? false ? UIImage(named: "blockTracker") : UIImage(named: "trustTracker"))
print("AAAAAA - \(trackers[c]?[indexPath.row].category)")
// print("AAAAAA - \(trackers[c]?[indexPath.row].category)")
return cell
}

0 comments on commit e15c528

Please sign in to comment.