From fa08dec5ffa4f0c0739b93bcd3b773729c1eeebd Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 27 Oct 2020 14:03:53 -0500 Subject: [PATCH] Add Inoreader to the list of services not available in the developer build --- iOS/Settings/AddAccountViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Settings/AddAccountViewController.swift b/iOS/Settings/AddAccountViewController.swift index f3b9074c3..d24a17e70 100644 --- a/iOS/Settings/AddAccountViewController.swift +++ b/iOS/Settings/AddAccountViewController.swift @@ -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: