Skip to content

Commit 66db0fa

Browse files
authored
fix: Re-add MarkerDemoActivity in Kotlin sample (#1916)
fix: Re-add MarkerDemoActivity that was accidentally removed in 4297488
1 parent 26e5bd3 commit 66db0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ApiDemos/kotlin/app/src/main/java/com/example/kotlindemos/DemoDetailsList.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class DemoDetailsList {
115115
DemoDetails(
116116
R.string.markers_demo_label,
117117
R.string.markers_demo_description,
118-
MapColorSchemeActivity::class.java
118+
MarkerDemoActivity::class.java
119119
),
120120
DemoDetails(
121121
R.string.multi_map_demo_label,

0 commit comments

Comments
 (0)