Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
daohen committed Jun 28, 2018
1 parent 18fae75 commit f49e4fb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.util.Log;

import com.daohen.personal.toolbox.library.Singleton;
import com.daohen.personal.toolbox.library.util.Logs;
import com.daohen.social.wx.library.login.LoginListener;
import com.daohen.social.wx.library.login.LoginObj;
import com.daohen.social.wx.library.share.ShareBitmapObj;
Expand Down Expand Up @@ -224,6 +226,6 @@ protected WxProvider create() {

private void checkNull(){
if (iwxapi == null)
throw new NullPointerException("需要先注册到微信才能使用,请先调用registerWx方法");
Logs.e("需要先注册到微信才能使用,请先调用registerWx方法");
}
}

0 comments on commit f49e4fb

Please sign in to comment.