oudengding

Results 15 issues of oudengding

在MultiStateView的childViews中,设定的其他状态布局在内容布局之下,不能遮盖内容布局

我用相机拍了张照片,分享的时候无法调用微信 另外,当我中途取消微信分享的时候,回调的也是分享成功的方法

QQ分享可以分享,但是回调方法没反应 我的手机是荣耀6x

异常类型:app运行时异常 手机型号:荣耀6X 手机系统版本:如:Android 8.0 Robust版本:如:0.4.99 Gradle版本:如:3.5.3 系统:如:Windows 堆栈/日志: java.lang.RuntimeException: java.io.IOException: invalid constant type: 19 at 5 at javassist.CtClassType.getClassFile2(CtClassType.java:211) at javassist.CtClassType.getModifiers(CtClassType.java:407) at robust.gradle.plugin.asm.AsmInsertImpl.insertCode(AsmInsertImpl.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at...

android 11, 没有使用setTargetDir()方法,压缩后返回原图片的相对路径 代码: Luban.with(context) .load(uri) .ignoreBy(100) //.setTargetDir(dir.getAbsolutePath()) .filter(path -> { return !(TextUtils.isEmpty(path)); }) .setCompressListener(onCompressCallback) .launch(); 压缩后的图片:/camera_photos/Pictures/JPEG_20211011_140125.jpg

刚从bugly中看到反馈的异常: Attempt to invoke virtual method 'void com.kongzue.dialog.util.DialogHelper.setStyle(int, int)' on a null object reference 但没有更具体的报错信息

马赛克切换后重置问题,如:使用马赛克涂抹,然后切换橡皮擦涂抹,再切换回马赛克,那么原先的痕迹全部会清除

设备:三星 Android版本:5~6 java.lang.RuntimeException:Unable to start service com.zlw.main.recorderlib.recorder.RecordService@d1318b0 with Intent { cmp=com.yuanli.mvpuscs/com.zlw.main.recorderlib.recorder.RecordService (has extras) }: java.lang.NullPointerException: Attempt to invoke virtual method 'char[] java.lang.String.toCharArray()' on a null object reference

布局:SmartRefreshLayout嵌套一个RecyclerView 功能代码:默认允许下拉刷新,并存在可供下拉刷新获取的数据,当下拉刷新获取完所有数据后,调用refreshLayout.setEnableRefresh()关闭下拉,这个时候上下滑动RecyclerView就感觉滑动的不灵活了,或者说失控 不知道作者有没有遇到过这样的问题