feat(eas): Add SOGoEASDisableUI system parameter to remove EAS options in UI when ActiveSync is not used

This commit is contained in:
smizrahi
2023-01-16 15:31:27 +01:00
parent c178963bfc
commit 04e15b5695
9 changed files with 59 additions and 27 deletions
+5
View File
@@ -1741,4 +1741,9 @@ static NSArray *reminderValues = nil;
return [self shouldDisplayPasswordRecovery] || [self shouldDisplayPasswordChange];
}
- (BOOL) isEasUIEnabled
{
return ![[SOGoSystemDefaults sharedSystemDefaults] isEasUIDisabled];
}
@end