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

Commit 12c2fbd3 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

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

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

        if (sStatic.mSelectedRoute != null) {