ThirdPrince/VanGogh

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

Opened this issue · 0 comments

复现(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()
}

                            })