LuckSiege / LuckSiege/PictureSelector
选择图片进度条一直转
- Dominant language
- Java
- Stars
- 13.6k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
手机:华为P30Pro
版本:android10
PictureSelect:2.6.0
调用代码:
```
PictureSelector.create(this)
.openGallery(PictureMimeType.ofImage())
.selectionMode(PictureConfig.SINGLE)
.isSingleDirectReturn(true)
.maxSelectNum(1)
.imageEngine(com.dabashou.daxiaoshouintegratedsystem.utils.MyGlideEngine())
.isCompress(true)
.renameCompressFile("bill_${System.currentTimeMillis()}")
.forResult(takeBillPhotoCode)
```
选择图片后,出来一个圆形进度条一直在转,运气好的换过个四五秒能够返回图片,运气不好转个半天也返回不了
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue on the stated Huawei P30 Pro with Android 10 using PictureSelector.create(...).openGallery(...).forResult and the provided compression settings. Trace the image-selection and compression return flow, especially isCompress(true) with single direct return. Done means selecting an image reliably returns the result instead of leaving the progress indicator spinning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100