mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
new android runtime properties modules fixed
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user