Skip to content

Commit

Permalink
Removed duplicate snaking directions line example (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith committed Apr 11, 2019
1 parent 4f196cf commit 4befd0e
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1041,15 +1041,6 @@ private void initializeModels() {
R.string.activity_labs_gif_on_map_url, false, BuildConfig.MIN_SDK_VERSION
));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_lab,
R.string.activity_labs_snaking_directions_route_title,
R.string.activity_labs_snaking_directions_route_description,
new Intent(MainActivity.this, SnakingDirectionsRouteActivity.class),
null,
R.string.activity_labs_snaking_directions_route_url, false, BuildConfig.MIN_SDK_VERSION
));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_lab,
R.string.activity_lab_fog_background_title,
Expand Down

0 comments on commit 4befd0e

Please sign in to comment.