mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-05 12:57:35 +01:00
fix #769, set the result uri at crop intents just to be sure
This commit is contained in:
parent
b5df2928f9
commit
860d801ede
@ -176,6 +176,7 @@ class EditActivity : SimpleActivity(), CropImageView.OnCropImageCompleteListener
|
||||
}
|
||||
|
||||
Intent().apply {
|
||||
data = saveUri
|
||||
addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION)
|
||||
setResult(RESULT_OK, this)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user