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

Commit 987f4a50 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 12c2fbd3: am eb2c1b21: Merge "Restrict MediaRouter selection" into jb-dev

* commit '12c2fbd3':
  Restrict MediaRouter selection
parents 3281c38e 12c2fbd3
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -276,6 +276,7 @@ public class MediaRouter {
            Log.w(TAG, "selectRoute ignored; cannot select route with supported types " +
            Log.w(TAG, "selectRoute ignored; cannot select route with supported types " +
                    typesToString(route.getSupportedTypes()) + " into route types " +
                    typesToString(route.getSupportedTypes()) + " into route types " +
                    typesToString(types));
                    typesToString(types));
            return;
        }
        }


        if (sStatic.mSelectedRoute != null) {
        if (sStatic.mSelectedRoute != null) {