lisen87 / image_pickers

图片多选并压缩,保存图片到相册,视频多选,预览图片和视频
Apache License 2.0
90 stars 59 forks source link

Use enableCrop on camera usage (在相機使用情況上使用enablecrop) #43

Closed yanivshaked closed 3 years ago

yanivshaked commented 4 years ago

Currently, when opening the camera directly (Without going through the gallery), the crop operation after image is taken is always enabled, even if enableCrop = false. This pull request fixes this issue.

當前,當直接打開相機(不經過圖庫)時,即使enableCrop = false,也始終啟用拍攝圖像後的裁剪操作。 此拉取請求解決了此問題。

yanivshaked commented 3 years ago

This one is old and outdated, closing