added restrictions.
This commit is contained in:
parent
d6b7054f11
commit
2bd2a20a0b
@ -245,7 +245,6 @@ struct AddAccountsView: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private func isRestricted(_ accountType: AccountType) -> Bool {
|
private func isRestricted(_ accountType: AccountType) -> Bool {
|
||||||
return false
|
|
||||||
if AppDefaults.shared.isDeveloperBuild && (accountType == .feedly || accountType == .feedWrangler || accountType == .inoreader) {
|
if AppDefaults.shared.isDeveloperBuild && (accountType == .feedly || accountType == .feedWrangler || accountType == .inoreader) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user