From: Rui Marinho Date: Mon, 14 Jan 2019 12:39:11 +0000 (+0000) Subject: [Build] Fix method accessibility X-Git-Tag: accepted/tizen/5.5/unified/20200421.150457~552 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=691e4e886b7d5f2c8b8f44ed69812f0665cb84bf;p=platform%2Fcore%2Fcsapi%2Fxsf.git [Build] Fix method accessibility --- diff --git a/Xamarin.Forms.Platform.Android/Material/MaterialEntryRenderer.cs b/Xamarin.Forms.Platform.Android/Material/MaterialEntryRenderer.cs index c109033..6cb35ba 100644 --- a/Xamarin.Forms.Platform.Android/Material/MaterialEntryRenderer.cs +++ b/Xamarin.Forms.Platform.Android/Material/MaterialEntryRenderer.cs @@ -77,7 +77,7 @@ namespace Xamarin.Forms.Platform.Android.Material } - internal override void OnFocusChangeRequested(object sender, VisualElement.FocusRequestArgs e) + protected override void OnFocusChangeRequested(object sender, VisualElement.FocusRequestArgs e) { e.Result = true;