Skip to content

Commit

Permalink
Rename SyncAttributeMatcherPlugin (#4477)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshliebe authored Apr 27, 2024
1 parent 6facadc commit 53c15f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ data class VoiceSearchSupportedMatchingAttribute(
}

@ContributesMultibinding(AppScope::class)
class SyncAttributeMatcherPlugin @Inject constructor(
class VoiceSearchAttributeMatcherPlugin @Inject constructor(
private val voiceSearchAvailability: VoiceSearchAvailability,
) : AttributeMatcherPlugin {
override suspend fun evaluate(matchingAttribute: MatchingAttribute): Boolean? {
Expand Down

0 comments on commit 53c15f7

Please sign in to comment.