mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
obsolete adapter method removed
This commit is contained in:
@ -179,10 +179,6 @@ class ListViewAdapter extends android.widget.BaseAdapter {
|
||||
return true;
|
||||
}
|
||||
|
||||
public areAllItemsEnabled (): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
public getView(index: number, convertView: android.view.View, parent: any): android.view.View {
|
||||
if (!this._listView) {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user