Description
A call to ask_selection after a call to speak_dialog results in opening the mic after speak_dialog, rather than after ask_selection.
Steps to Reproduce
No response
Relevant Code
Example of failing code:
self.speak_dialog("dialog_file", expect_response=False, wait=True)
resp = self.ask_selection(options, min_conf=.5)
Other Notes
User bug report in matrix
Description
A call to
ask_selectionafter a call tospeak_dialogresults in opening the mic afterspeak_dialog, rather than afterask_selection.Steps to Reproduce
No response
Relevant Code
Example of failing code:
Other Notes
User bug report in matrix