jasonsaruulo

Results 1 comments of jasonsaruulo

I had a brief look at the MediaStore sample. At least here the fix could be as follows. ``` val deletePermissionLauncher = registerForActivityResult(StartIntentSenderForResult()) { if (it.resultCode == Activity.RESULT_OK) { viewModel.deletePendingImage()...