Update src/CommunityToolkit/Xamarin.CommunityToolkit/PlatformConfiguration/AndroidSpecific/NavigationBar.shared.cs
Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
This commit is contained in:
Родитель
6d37b50504
Коммит
c56f02bf76
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче