Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
罗孟伟 committed Mar 9, 2020
1 parent 4855ab3 commit d868170
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public PictureSelectionModel minSelectNum(int minSelectNum) {
* @return
*/
public PictureSelectionModel maxVideoSelectNum(int maxVideoSelectNum) {
selectionConfig.maxVideoSelectNum = maxVideoSelectNum;
selectionConfig.maxVideoSelectNum = selectionConfig.isWithVideoImage ? maxVideoSelectNum : 0;
return this;
}

Expand Down

0 comments on commit d868170

Please sign in to comment.