[voice] Fix start dialog with non default voice (broken recently) (#3190)
Signed-off-by: Miguel Álvarez <miguelwork92@gmail.com>pull/3194/head
parent
028724a73f
commit
e48902132a
|
@ -538,6 +538,9 @@ public class VoiceManagerImpl implements VoiceManager, ConfigOptionProvider, Dia
|
|||
if (tts != null) {
|
||||
context = context.withTTS(tts);
|
||||
}
|
||||
if (voice != null) {
|
||||
context = context.withVoice(voice);
|
||||
}
|
||||
if (!hlis.isEmpty()) {
|
||||
context = context.withHLIs(hlis);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue