Drop checkmark in pools

For self consistency.
This commit is contained in:
Davide De Rosa 2019-04-06 21:16:49 +02:00
parent 4343c99b10
commit 969b19361b

View File

@ -160,7 +160,6 @@ extension ProviderPoolViewController: UITableViewDataSource, UITableViewDelegate
cell.accessoryType = .detailDisclosureButton // no checkmark!
} else {
cell.rightText = pool.areaId?.uppercased()
cell.applyChecked(pool.id == currentPool?.id, Theme.current)
}
cell.isTappable = true
return cell