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

Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
This commit is contained in:
Maksym Koshovyi 2021-04-15 00:17:16 +03:00 коммит произвёл GitHub
Родитель 6d37b50504
Коммит c56f02bf76
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -28,7 +28,8 @@ namespace Xamarin.CommunityToolkit.PlatformConfiguration.AndroidSpecific
/// <summary>
/// Needed for BindableProperty to work. Don't call this method.
/// </summary>
public static NavigationBarStyle GetStyle(BindableObject element) => throw new NotImplementedException();
[EditorBrowsable(EditorBrowsableState.Never)]
public static NavigationBarStyle GetStyle(BindableObject element) => throw new NotImplementedException();
/// <summary>
/// Sets the color of application's navigation bar