Skip to content

Commit

Permalink
Merge pull request #3 from ZuiNewbi/master
Browse files Browse the repository at this point in the history
修复未安装微信时的空指针异常。
  • Loading branch information
tsy12321 committed Dec 15, 2016
2 parents 0e9889e + 3a77e4b commit ad52bba
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {

// compile project(':social_sdk')
//social sdk
compile files('libs/social_sdk_v1.5.3.jar')
compile files('libs/social_sdk_v1.5.4.jar')
compile files('libs/weixin_sdk_v3.1.1.jar')
compile files('libs/qq_mta-sdk-1.6.2.jar')
compile files('libs/qq_sdk_v3.1.0.jar')
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void authorize(Activity activity, AuthListener authListener) {
@Override
public void authorize(Activity activity, String scope, String state, AuthListener authListener) {
if(!isInstall()) {
this.mAuthListener.onError(this.mConfig.getName(), "wx not install");
authListener.onError(this.mConfig.getName(), "wx not install");
LogUtils.e("wx not install");
return ;
}
Expand Down
Binary file renamed social_sdk_v1.5.3.jar → social_sdk_v1.5.4.jar
Binary file not shown.

0 comments on commit ad52bba

Please sign in to comment.