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

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

am f99e81a6: am 2a2b021a: Merge "Permit MediaRouteButton to select system...

am f99e81a6: am 2a2b021a: Merge "Permit MediaRouteButton to select system routes in toggle mode." into jb-dev

* commit 'f99e81a6':
  Permit MediaRouteButton to select system routes in toggle mode.
parents 01b8e660 f99e81a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ public class MediaRouteButton extends View {
                    final RouteInfo route = mRouter.getRouteAt(i);
                    if ((route.getSupportedTypes() & mRouteTypes) != 0 &&
                            route != mRouter.getSystemAudioRoute()) {
                        mRouter.selectRoute(mRouteTypes, route);
                        mRouter.selectRouteInt(mRouteTypes, route);
                    }
                }
            }