This commit is contained in:
Stephane Delcroix 2019-01-14 12:07:51 +01:00
Родитель 7cc9a282bd
Коммит 599c90485d
1 изменённых файлов: 0 добавлений и 5 удалений

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

@ -94,11 +94,6 @@ namespace Xamarin.Forms.Platform.Android
((IElementController)Element).SetValueFromRenderer(Entry.TextProperty, s.ToString());
}
protected override FormsEditText CreateNativeControl()
{
return new FormsEditText(Context);
}
protected override void OnFocusChangeRequested(object sender, VisualElement.FocusRequestArgs e)
{
if (!e.Focus)