Skip to content

Commit

Permalink
fix: Feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnamw committed May 22, 2024
1 parent 0a73a94 commit 77d6333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailCore/Utils/FeatureFlagsManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public final class FeatureFlagsManager: FeatureFlagsManageable {
private func isEnabledLocally(_ feature: FeatureFlag) -> Bool {
switch feature {
case .aiMailComposer:
return platformDetector.isMac ? false : true
return !platformDetector.isMac
default:
return true
}
Expand Down

0 comments on commit 77d6333

Please sign in to comment.