Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25a329cf authored by Chih-Chung Chang's avatar Chih-Chung Chang
Browse files

Fix 5516359: Not able to share video to YouTube when the video is playing.

YouTube needs a content URI to share.

Change-Id: I7088c11d9d5a0b97bbb6de4ca72d4cc097f9a03c
parent b633e313
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ public class LocalVideo extends LocalMediaItem {

    @Override
    public Uri getPlayUri() {
        return Uri.fromFile(new File(filePath));
        return getContentUri();
    }

    @Override