Update MatchActivity.kt
This commit is contained in:
parent
720795cfd6
commit
15c582e7e3
@ -130,7 +130,9 @@ class MatchActivity : AppCompatActivity() {
|
||||
if (matchPoint) scoreSpeech += getString(R.string.match_point)
|
||||
say(scoreSpeech)
|
||||
}
|
||||
if (sttEnabled and !ttsEnabled) SttDialog().show(supportFragmentManager, "SttDialog")
|
||||
else {
|
||||
if (sttEnabled) SttDialog().show(supportFragmentManager, "SttDialog")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user