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