Skip to content

V1.1.0,拍照,点击√号没反应,拍的图片没回显 #2

Description

@JasonYinH

复现(V1.0.7没问题)
1、 implementation 'com.github.ThirdPrince:VanGogh:1.1.0'
2、VanGogh.startForCameraResult(this@BackgroundImageActivity,
object : OnCameraResult {
override fun onResult(image: MediaItem) {
Log.e("xxxxxxxxx1", "image = $image")
bkImage.add(BkImage(bkImage.size,
false,
image.path!!))
binding.rv.adapter?.notifyDataSetChanged()
}

                            })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions