Skip to content

Commit

Permalink
fix: Re-add MarkerDemoActivity that was accidentally removed in 4297488
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsurya committed Dec 4, 2024
1 parent 26e5bd3 commit d08ad9f
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 d08ad9f

Please sign in to comment.