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

Commit

Permalink
Fix AOSP build (DO NOT MERGE)
Browse files Browse the repository at this point in the history
Change-Id: I55ff499773066ad8bcbf9dc136df72905a759416
  • Loading branch information
Jeff Brown committed May 1, 2014
1 parent 9b1c89a commit a86bd0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 a86bd0f

Please sign in to comment.