Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit d3e064d

Browse files
committed
Update Flags.cs
1 parent 8f765bd commit d3e064d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.Forms.Platform.Android/Flags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static bool IsFlagSet(string flagName)
1515

1616
public static bool IsAccessibilityExperimentalSet()
1717
{
18-
return IsFlagSet(AccessibilityExperimental);
18+
return true;
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)