XYang

Results 3 issues of XYang

在Activity中同样的代码可以,到了Fragment中就报空指针,手机:中兴努比亚Z11 java.lang.NullPointerException: Attempt to invoke interface method 'void com.joker.api.wrapper.AnnotationWrapper$PermissionsProxy.granted(java.lang.Object, int)' on a null object reference at com.joker.api.apply.NormalApplyPermissions.grantedWithAnnotation(NormalApplyPermissions.java:27) at com.joker.api.wrapper.AbstractWrapper.requestPermissionWithAnnotation(AbstractWrapper.java:315) at com.joker.api.wrapper.AbstractWrapper.request(AbstractWrapper.java:203)

## 当前使用的版本是多少? ``` 2.7.3-rc09 ``` ## Demo能否复现这问题? ``` 能 ``` ## 描述问题或提供错误log? ``` 相册选择图片后开始裁剪,点击右边的确定,图片非常模糊,点击左边的预览,图片还是清晰的。 查看源码,BitmapLoadTask#doInBackground中有一段代码如下所示: ``` ``` final BitmapFactory.Options options = new BitmapFactory.Options(); options.inJustDecodeBounds = true; if (options.outWidth == 0...

## Current use version? #### 当前使用的版本是多少? ``` 3.0.9 ``` ## Will this problem occur in demo? #### Demo能否复现这问题? ``` 不能 ``` ## Describe the problem or provide an error log?...