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;
}
1条答案
按热度按时间vfwfrxfs1#
如果是ofVideo模式,视频的数量就依赖于setMaxSelectNum模式就可以
setMaxVideoSelectNum在ofAll场景下使用