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

Commit edb0470f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "VideoView: Correct a type error in the previous patch"

parents dcaecd6e 7d3a50ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -386,7 +386,7 @@ public class VideoView extends SurfaceView
    private boolean isHTTPStreaming(Uri mUri) {
        if (mUri != null) {
            String scheme = mUri.toString();
            if (scheme.startsWith("http://") || scheme.startsWith("http://")) {
            if (scheme.startsWith("http://") || scheme.startsWith("https://")) {
                if (scheme.endsWith(".m3u8") || scheme.endsWith(".m3u")
                    || scheme.contains("m3u8") || scheme.endsWith(".mpd")) {
                    // HLS or DASH streaming source