Add Inoreader to the list of services not available in the developer build

This commit is contained in:
Maurice Parker 2020-10-27 14:03:53 -05:00
parent f82e60066f
commit fa08dec5ff
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class AddAccountViewController: UITableViewController, AddAccountDismissDelegate
cell.comboNameLabel?.text = AddAccountSections.web.sectionContent[indexPath.row].localizedAccountName()
cell.comboImage?.image = AppAssets.image(for: 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
}
case AddAccountSections.selfhosted.rawValue: