We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1ece1 commit 4ee1f55Copy full SHA for 4ee1f55
1 file changed
media/java/android/media/MediaRouter.java
@@ -276,6 +276,7 @@ static void selectRouteStatic(int types, RouteInfo route) {
276
Log.w(TAG, "selectRoute ignored; cannot select route with supported types " +
277
typesToString(route.getSupportedTypes()) + " into route types " +
278
typesToString(types));
279
+ return;
280
}
281
282
if (sStatic.mSelectedRoute != null) {
0 commit comments