parse-community / ParseUI-Android

ParseUI contains user interface libraries for building apps with the Parse Android SDK.
Other
592 stars 323 forks source link

Fix testLoadObjectsWithtAutoload #61

Closed wangmengyan95 closed 9 years ago

wangmengyan95 commented 9 years ago

We should setAutoload to false before we register dataSetObserver. Otherwise the onQueryLoadListener will not be called.