修改 tostring导致异常

main 0.0.6
cpdl 5 months ago
parent 70423d9756
commit ea82c50d79
  1. 2
      android/src/main/java/io/openim/flutter_openim_sdk/util/CommonUtil.java

@ -53,7 +53,7 @@ public class CommonUtil {
@Override @Override
public void success(Object result) { public void success(Object result) {
// 处理成功返回值 // 处理成功返回值
Log.i("F-OpenIMSDK(native call flutter)", "Method " + method + " returned: " + result.toString()); Log.i("F-OpenIMSDK(native call flutter)", "Method " + method + " returned: ");
} }
@Override @Override

Loading…
Cancel
Save