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

Commit eb2c1b21 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Restrict MediaRouter selection" into jb-dev

parents ec7c7ebf 4ee1f55c
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) {