Skip to content

Commit

Permalink
fix: differentiate without color
Browse files Browse the repository at this point in the history
  • Loading branch information
vineyardbovines committed Nov 29, 2024
1 parent 365bdea commit ae6a350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/HybridNitroAccessibilityModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class HybridNitroAccessibilityModule : HybridNitroAccessibilityModuleSpec {
public func getIsDifferentiateWithoutColorEnabled() throws -> Bool? {
func getIsDifferentiateWithoutColorEnabledFn() -> Bool? {
if #available(iOS 13.0, *) {
return UIAccessibility.shouldDifferentiateWithoutColorEnabled
return UIAccessibility.shouldDifferentiateWithoutColor
} else {
return nil
}
Expand Down

0 comments on commit ae6a350

Please sign in to comment.