-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
升级到最新版本遇到的问题 #23
Comments
我用的kotlin并非compose开发,这个ImageEngine没法传,有办法解决吗 |
另外能否添加一个打开相机的策略,打开拍照时是默认打开前置还是后置摄像头 |
@wlwoon |
@wlwoon 目前 1.0.0-beta04 版本应该可以满足你的需求了,CaptureStrategy 接口新增了一个 getCaptureExtra 方法,可用于为相机设置启动参数,在接入指南中有介绍到 |
感谢! |
最新版本的图片加载引擎怎么变必传的了
data class Matisse(
val maxSelectable: Int,
val mimeTypes: List,
val imageEngine: ImageEngine,
val captureStrategy: CaptureStrategy = NothingCaptureStrategy
) : Parcelable {
}
The text was updated successfully, but these errors were encountered: