parse-community / ParseUI-Android

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

Clean up #118

Closed grantland closed 8 years ago

grantland commented 8 years ago
grantland commented 8 years ago

We don't actually use our reference to context anymore except in ParseQueryAdapter#getContext(). We could remove this reference and @Deprecate it, but I'm not sure if it's worth the effort.

grantland commented 8 years ago

Updated

wangmengyan95 commented 8 years ago

LGTM!