mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
another list-view android fix :(
This commit is contained in:
@@ -94,7 +94,7 @@ export class ListView extends common.ListView {
|
||||
}
|
||||
|
||||
public refresh() {
|
||||
if (!this._android || !this._android.Adapter) {
|
||||
if (!this._android || !this._android.getAdapter()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user