File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
android/src/main/java/com/netease/im Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3737import com .netease .im .uikit .cache .SimpleCallback ;
3838import com .netease .im .uikit .cache .TeamDataCache ;
3939import com .netease .im .uikit .common .util .log .LogUtil ;
40- import com .netease .im .uikit .common .util .string .MD5 ;
4140import com .netease .im .uikit .contact .core .model .ContactDataList ;
4241import com .netease .im .uikit .permission .MPermission ;
4342import com .netease .im .uikit .permission .annotation .OnMPermissionDenied ;
@@ -140,9 +139,9 @@ public void init(Promise promise) {
140139 */
141140 @ ReactMethod
142141 public void login (String contactId , String token , final Promise promise ) {
143- LogUtil .i (TAG , "contactId:" + contactId );
144- LogUtil .i (TAG , "token:" + token );
145- LogUtil .i (TAG , "md5:" + MD5 .getStringMD5 (token ));
142+ // LogUtil.i(TAG, "contactId:" + contactId);
143+ // LogUtil.i(TAG, "token:" + token);
144+ // LogUtil.i(TAG, "md5:" + MD5.getStringMD5(token));
146145 LoginService .getInstance ().login (new LoginInfo (contactId , token ), new RequestCallback <LoginInfo >() {
147146 @ Override
148147 public void onSuccess (LoginInfo loginInfo ) {
You can’t perform that action at this time.
0 commit comments