Skip to content

Commit

Permalink
Revert "Use new entry point (since 3.3)"
Browse files Browse the repository at this point in the history
This reverts commit 7cea26e.
  • Loading branch information
TWiStErRob committed Mar 20, 2024
1 parent c3079a7 commit d269095
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public class RangeMapActivity extends MapActivity {
Injector.from(this).inject(this);
drawConfig = new RangeMapDrawerConfig(new LineColors(staticData.getLineColors()));
String apiKey = getApplicationInfoWithMetadata(this).metaData.getString("com.google.android.geo.API_KEY");
Places.initializeWithNewPlacesApiEnabled(getApplicationContext(), apiKey);
Places.initialize(getApplicationContext(), apiKey);

setTranslucentStatusBar();
super.onCreate(savedInstanceState);
Expand Down

0 comments on commit d269095

Please sign in to comment.