mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
Update MainActivity.kt
This commit is contained in:
parent
656b286e48
commit
a6a20ab6ca
@ -66,8 +66,7 @@ class MainActivity : AppCompatActivity(), AdapterView.OnItemClickListener {
|
||||
return (convertView as? FeatureView ?: FeatureView(context)).apply {
|
||||
setTitleId(demo.titleId)
|
||||
setDescriptionId(demo.descriptionId)
|
||||
val title: String = resources.getString(demo.titleId)
|
||||
contentDescription = title
|
||||
contentDescription = resources.getString(demo.titleId)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user