зеркало из https://github.com/DeGsoft/maui-linux.git
Add missing virtual keywords
This commit is contained in:
Родитель
2ad9cb93f4
Коммит
408b662c24
|
@ -58,7 +58,7 @@ namespace Xamarin.Forms.Platform.Android
|
|||
UpdateHeight();
|
||||
}
|
||||
|
||||
protected NumberKeyListener GetDigitsKeyListener(InputTypes inputTypes)
|
||||
protected virtual NumberKeyListener GetDigitsKeyListener(InputTypes inputTypes)
|
||||
{
|
||||
// Override this in a custom renderer to use a different NumberKeyListener
|
||||
// or to filter out input types you don't want to allow
|
||||
|
|
|
@ -87,7 +87,7 @@ namespace Xamarin.Forms.Platform.Android
|
|||
base.OnElementPropertyChanged(sender, e);
|
||||
}
|
||||
|
||||
protected NumberKeyListener GetDigitsKeyListener(InputTypes inputTypes)
|
||||
protected virtual NumberKeyListener GetDigitsKeyListener(InputTypes inputTypes)
|
||||
{
|
||||
// Override this in a custom renderer to use a different NumberKeyListener
|
||||
// or to filter out input types you don't want to allow
|
||||
|
|
Загрузка…
Ссылка в новой задаче