Skip to content

Commit

Permalink
url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Langston Smith committed Sep 9, 2019
1 parent 7d7a8d3 commit 1539fa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ private void initializeModels() {
R.string.activity_java_services_turf_physical_circle_description,
new Intent(MainActivity.this, TurfPhysicalCircleActivity.class),
null,
R.string.activity_java_services_tilequery_url, true, BuildConfig.MIN_SDK_VERSION));
R.string.activity_java_services_turf_physical_circle_url, true, BuildConfig.MIN_SDK_VERSION));

exampleItemModels.add(new ExampleItemModel(
R.id.nav_java_services,
Expand Down

0 comments on commit 1539fa3

Please sign in to comment.