fix #769, set the result uri at crop intents just to be sure

This commit is contained in:
tibbi 2018-05-12 21:51:22 +02:00
parent b5df2928f9
commit 860d801ede

View file

@ -176,6 +176,7 @@ class EditActivity : SimpleActivity(), CropImageView.OnCropImageCompleteListener
}
Intent().apply {
data = saveUri
addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION)
setResult(RESULT_OK, this)
}