This commit is contained in:
Jason Smith 2016-04-13 13:43:31 -07:00
Родитель 49e282e916
Коммит 840ec02001
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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);