VanGogh icon indicating copy to clipboard operation
VanGogh copied to clipboard

simple MediaPicker like wechat

Results 3 VanGogh issues
Sort by recently updated
recently updated
newest added

cursor.getString(cursor.…hrow(mediaProjection[3])) must not be null com.vangogh.media.viewmodel.MediaViewModel$queryMedia$2.invokeSuspend(SourceFile:118) Android 12

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

大佬,能每次更新版本的时候,说明下更新了什么吗