Compare commits

..

1 Commits
0.0.5 ... 0.0.6

Author SHA1 Message Date
cpdl
ea82c50d79 修改 tostring导致异常 2024-12-06 11:13:48 +08:00

View File

@@ -53,7 +53,7 @@ public class CommonUtil {
@Override
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