Include URL overrides in all of the URL types

This commit is contained in:
Artem Chepurnoy 2024-01-05 18:06:15 +02:00
parent a412040d7c
commit d394e82277
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 4 additions and 0 deletions

View File

@ -1900,6 +1900,7 @@ private suspend fun RememberStateFlowScope.createUriItem(
title = AnnotatedString(androidMarker.label),
matchTypeTitle = matchTypeTitle,
dropdown = dropdown,
overrides = overrides,
)
}
@ -1915,6 +1916,7 @@ private suspend fun RememberStateFlowScope.createUriItem(
title = AnnotatedString(platformMarker.packageName),
matchTypeTitle = matchTypeTitle,
dropdown = dropdown,
overrides = overrides,
)
}
}
@ -1932,6 +1934,7 @@ private suspend fun RememberStateFlowScope.createUriItem(
title = AnnotatedString(platformMarker.packageName),
matchTypeTitle = matchTypeTitle,
dropdown = dropdown,
overrides = overrides,
)
}
@ -2070,6 +2073,7 @@ private suspend fun RememberStateFlowScope.createUriItem(
},
matchTypeTitle = matchTypeTitle,
dropdown = dropdown,
overrides = overrides,
)
}
}