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

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

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

* commit '2a2b021a':
  Permit MediaRouteButton to select system routes in toggle mode.
parents 904f26bd 2a2b021a
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);
                    }
                }
            }