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

Commit 3ee68ec4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "MediaPlayer2: fix checking for next datasources"

parents 48eb9e0d 2b5dfbc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -776,7 +776,7 @@ public class MediaPlayer2 implements AutoCloseable
                }
                }
                boolean hasError = false;
                boolean hasError = false;
                for (DataSourceDesc dsd : dsds) {
                for (DataSourceDesc dsd : dsds) {
                    if (dsd != null) {
                    if (dsd == null) {
                        hasError = true;
                        hasError = true;
                        continue;
                        continue;
                    }
                    }