Remove unneeded cast
This commit is contained in:
Родитель
49e282e916
Коммит
840ec02001
|
@ -111,7 +111,7 @@ namespace Xamarin.Forms.Platform.Android
|
|||
AListView nativeListView = Control;
|
||||
if (nativeListView == null)
|
||||
{
|
||||
var ctx = (Activity)Context;
|
||||
var ctx = Context;
|
||||
nativeListView = new AListView(ctx);
|
||||
_refresh = new SwipeRefreshLayout(ctx);
|
||||
_refresh.SetOnRefreshListener(this);
|
||||
|
|
Загрузка…
Ссылка в новой задаче