Skip to content

Commit

Permalink
fix: copy/paste mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
warren-bank committed Mar 28, 2020
1 parent dc47bcc commit 93845b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ private void handleIntent(Intent intent) {
requiresExternalStoragePermission = true;
}
if (ExternalStorageUtils.isFileUri(caption)) {
uri = ExternalStorageUtils.normalizeFileUri(caption);
caption = ExternalStorageUtils.normalizeFileUri(caption);
requiresExternalStoragePermission = true;
}
if (requiresExternalStoragePermission && !ExternalStorageUtils.has_permission(this)) {
Expand Down

0 comments on commit 93845b5

Please sign in to comment.