another list-view android fix :(

This commit is contained in:
Vladimir Enchev
2015-03-27 16:14:35 +02:00
parent 20b1ca64a0
commit 30553253f4

View File

@@ -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;
}