-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
发现2.5.8 以下几个Bug 以及解决方案 #1496
Comments
//原方法为
//修改方法为
|
预览界面选择同理 |
直接 提交等修改吧 |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
picture_library\src\main\java\com\luck\picture\lib\adapter\PictureImageGridAdapter.java
混选模式下,判断图片选择长度不能够用 selectData.size() 例如我图片定义7张 视频定义3个 我选择了5张图片3个视频 在选择图片会提示我图片超过可选长度
新增方法如下
The text was updated successfully, but these errors were encountered: