Skip to content

Commit

Permalink
Update: realpath method usage reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
a914-gowtham authored May 26, 2023
1 parent 8b05cc9 commit 1bdb9d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ private void setDataInView() {
Runnable fileUriRunnable = () -> {
uri = Uri.parse(bundle.getString(TrimVideo.TRIM_VIDEO_URI));
// String path = FileUtils.getPath(ActVideoTrimmer.this, uri);
// String path=FileUtils.getRealPath(ActVideoTrimmer.this,uri);
// uri = Uri.parse(path);
String path=FileUtils.getRealPath(ActVideoTrimmer.this,uri);
uri = Uri.parse(path);
runOnUiThread(() -> {
LogMessage.v("VideoUri:: " + uri);
progressBar.setVisibility(View.GONE);
Expand Down

0 comments on commit 1bdb9d0

Please sign in to comment.