This commit is contained in:
Benoit Marty 2023-08-29 16:46:59 +02:00
parent fb743e72c3
commit e8b6cddd6b

View file

@ -66,7 +66,8 @@ fun AnalyticsPreferencesView(
onClick = {
subtitle
.getStringAnnotations(LINK_TAG, it, it)
.firstOrNull()?.let { stringAnnotation ->
.firstOrNull()
?.let { stringAnnotation ->
onOpenAnalyticsPolicy(stringAnnotation.item)
}
}