Update SttDialog.kt
This commit is contained in:
parent
a86a57889d
commit
d3410b14f3
@ -46,9 +46,9 @@ class SttDialog : DialogFragment() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun onPartialResults(data: Bundle) {
|
override fun onPartialResults(data: Bundle) {
|
||||||
|
data.getStringArrayList(SpeechRecognizer.RESULTS_RECOGNITION)?.let { results ->
|
||||||
matchActivity?.apply {
|
matchActivity?.apply {
|
||||||
matchModel?.apply {
|
matchModel?.apply {
|
||||||
data.getStringArrayList(SpeechRecognizer.RESULTS_RECOGNITION)?.let { results ->
|
|
||||||
for (result in results) {
|
for (result in results) {
|
||||||
partialResultsTextView?.text = result
|
partialResultsTextView?.text = result
|
||||||
for (player in players) {
|
for (player in players) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user