LuckSiege / PictureSelector

Picture Selector Library for Android or 图片选择器
Apache License 2.0
13.25k stars 3.01k forks source link

这是一个建议 #2811

Closed 1656150492 closed 9 months ago

1656150492 commented 9 months ago

Current use version?

当前使用的版本是多少?

v3.11.1

Will this problem occur in demo?

Demo能否复现这问题?

可以

Describe the problem or provide an error log?

描述问题或提供错误log?

假设设置能选4张图片,选完4张图片之后。选择其他项没有相关数量限制提示。建议将这类东西放出来。 我查阅了您的代码 您在BaseRecyclerMediaHolder代码第159行 if (media.isMaxSelectEnabledMask() || listener == null) { return; } 直接处理了 return掉了,目前只有选择照片后拍照 才能拦截到超出范围限制