We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ffc58 commit cddc6f5Copy full SHA for cddc6f5
ui/src/main/kotlin/com/algolia/instantsearch/voice/ui/VoiceAndroidView.kt
@@ -34,7 +34,9 @@ class VoiceAndroidView(
34
view.suggestions.text = html
35
}
36
37
- override fun setTitle(title: VoiceUI.Title) = view.voiceInput.title.setText(title.resource)
+ override fun setTitle(title: VoiceUI.Title) {
38
+ view.voiceInput.title.setText(title.resource)
39
+ }
40
41
override fun setSubtitle(subtitle: String) {
42
view.voiceInput.subtitle.text = subtitle
0 commit comments