parse-community / ParseUI-Android

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

Replace deprecated onAttach method #107

Closed wangmengyan95 closed 8 years ago

wangmengyan95 commented 8 years ago

Change onAttach(Activity activity) to onAttach(Context context), since onAttach(Activity activity) is deprecated.

grantland commented 8 years ago

LGTM!