format.
This commit is contained in:
parent
fb743e72c3
commit
e8b6cddd6b
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ fun AnalyticsPreferencesView(
|
||||||
onClick = {
|
onClick = {
|
||||||
subtitle
|
subtitle
|
||||||
.getStringAnnotations(LINK_TAG, it, it)
|
.getStringAnnotations(LINK_TAG, it, it)
|
||||||
.firstOrNull()?.let { stringAnnotation ->
|
.firstOrNull()
|
||||||
|
?.let { stringAnnotation ->
|
||||||
onOpenAnalyticsPolicy(stringAnnotation.item)
|
onOpenAnalyticsPolicy(stringAnnotation.item)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue