PictureSelector 最新版本设置选择最大视频个数有问题,搞反了setMaxVideoSelectNum

11dmarpk  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(105)

Current use version?

当前使用的版本是多少?

Will this problem occur in demo?

Demo能否复现这问题?

Describe the problem or provide an error log?

描述问题或提供错误log?

刚好搞反了。。。
`错误代码``public PictureSelectionModel setMaxVideoSelectNum(int maxVideoSelectNum) {
selectionConfig.maxVideoSelectNum = selectionConfig.chooseMode == SelectMimeType.ofVideo() ? 0 : maxVideoSelectNum;
return this;
}

vfwfrxfs

vfwfrxfs1#

如果是ofVideo模式,视频的数量就依赖于setMaxSelectNum模式就可以
setMaxVideoSelectNum在ofAll场景下使用

相关问题