Add Inoreader to the list of services not available in the developer build
This commit is contained in:
parent
f82e60066f
commit
fa08dec5ff
@ -147,7 +147,7 @@ class AddAccountViewController: UITableViewController, AddAccountDismissDelegate
|
|||||||
cell.comboNameLabel?.text = AddAccountSections.web.sectionContent[indexPath.row].localizedAccountName()
|
cell.comboNameLabel?.text = AddAccountSections.web.sectionContent[indexPath.row].localizedAccountName()
|
||||||
cell.comboImage?.image = AppAssets.image(for: AddAccountSections.web.sectionContent[indexPath.row])
|
cell.comboImage?.image = AppAssets.image(for: AddAccountSections.web.sectionContent[indexPath.row])
|
||||||
let type = AddAccountSections.web.sectionContent[indexPath.row]
|
let type = AddAccountSections.web.sectionContent[indexPath.row]
|
||||||
if (type == .feedly || type == .feedWrangler) && AppDefaults.shared.isDeveloperBuild {
|
if (type == .feedly || type == .feedWrangler || type == .inoreader) && AppDefaults.shared.isDeveloperBuild {
|
||||||
cell.isUserInteractionEnabled = false
|
cell.isUserInteractionEnabled = false
|
||||||
}
|
}
|
||||||
case AddAccountSections.selfhosted.rawValue:
|
case AddAccountSections.selfhosted.rawValue:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user