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

Commit c56f02b

Browse files
maxkoshevoipictos
andauthored
Update src/CommunityToolkit/Xamarin.CommunityToolkit/PlatformConfiguration/AndroidSpecific/NavigationBar.shared.cs
Co-authored-by: Pedro Jesus <[email protected]>
1 parent 6d37b50 commit c56f02b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CommunityToolkit/Xamarin.CommunityToolkit/PlatformConfiguration/AndroidSpecific/NavigationBar.shared.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ public static partial class NavigationBar
2828
/// <summary>
2929
/// Needed for BindableProperty to work. Don't call this method.
3030
/// </summary>
31-
public static NavigationBarStyle GetStyle(BindableObject element) => throw new NotImplementedException();
31+
[EditorBrowsable(EditorBrowsableState.Never)]
32+
public static NavigationBarStyle GetStyle(BindableObject element) => throw new NotImplementedException();
3233

3334
/// <summary>
3435
/// Sets the color of application's navigation bar

0 commit comments

Comments
 (0)