Родитель
3807910dca
Коммит
6eb266707d
|
@ -1 +1 @@
|
|||
4.6.0
|
||||
4.5.0
|
||||
|
|
|
@ -61,7 +61,7 @@ namespace Xamarin.Forms.Platform.Android
|
|||
|
||||
protected override SearchView CreateNativeControl()
|
||||
{
|
||||
var context = (Context as ContextThemeWrapper)?.BaseContext ?? Context;
|
||||
var context = (Context as ContextThemeWrapper).BaseContext ?? Context;
|
||||
return new SearchView(context);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче