Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Fix AOSP build (DO NOT MERGE)"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown authored and Gerrit Code Review committed May 1, 2014
2 parents c3024fa + a86bd0f commit eb9d550
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ public void setRouteSelector(MediaRouteSelector selector) {
*
* @param routes The list of routes to filter in-place, never null.
*/
public void onFilterRoutes(@NonNull List<MediaRouter.RouteInfo> routes) {
public void onFilterRoutes(List<MediaRouter.RouteInfo> routes) {
for (int i = routes.size(); i-- > 0; ) {
if (!onFilterRoute(routes.get(i))) {
routes.remove(i);
Expand Down

0 comments on commit eb9d550

Please sign in to comment.