Skip to content

Commit

Permalink
fix: Re-add MarkerDemoActivity in Kotlin sample (#1916)
Browse files Browse the repository at this point in the history
fix: Re-add MarkerDemoActivity that was accidentally removed in 4297488
  • Loading branch information
antonsurya authored Dec 4, 2024
1 parent 26e5bd3 commit 66db0fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class DemoDetailsList {
DemoDetails(
R.string.markers_demo_label,
R.string.markers_demo_description,
MapColorSchemeActivity::class.java
MarkerDemoActivity::class.java
),
DemoDetails(
R.string.multi_map_demo_label,
Expand Down

0 comments on commit 66db0fa

Please sign in to comment.