new android runtime properties modules fixed

This commit is contained in:
Vladimir Enchev
2015-03-27 11:13:44 +02:00
parent 8390b5b386
commit 9ee7d5f90b
3 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ export class ListView extends common.ListView {
return;
}
(<ListViewAdapter>this.android.Adapter).notifyDataSetChanged();
(<ListViewAdapter>this.android.getAdapter()).notifyDataSetChanged();
}
public _onDetached(force?: boolean) {