We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e624ca commit ac6b13aCopy full SHA for ac6b13a
src/CommunityToolkit.Maui.Core/Options.cs
@@ -12,7 +12,7 @@ public class Options
12
/// </summary>
13
/// <param name="value">true if yes or false if you want to implement your own.</param>
14
/// <remarks>
15
- /// Default value is true.
+ /// Default value is fasle.
16
/// </remarks>
17
public void SetShouldUseStatusBarBehaviorOnAndroidModalPage(bool value) => ShouldUseStatusBarBehaviorOnAndroidModalPage = value;
18
-}
+}
0 commit comments