语音听写修改

This commit is contained in:
18401019693 2022-11-10 10:56:51 +08:00
parent 0b6c188e0a
commit 77682d310a

View File

@ -131,6 +131,7 @@ public class VoiceDialog extends AbsDialogFragment {
* 上划取消
*/
public void withdraw() {
mIat.stopListening();
if (!isDetached()) {
voiceFluctuations.setVisibility(View.GONE);
gifView.setVisibility(View.GONE);
@ -144,6 +145,7 @@ public class VoiceDialog extends AbsDialogFragment {
* 上划取消
*/
public void notWithdraw() {
startRecognize();
if (!isDetached()) {
if (TextUtils.isEmpty(sendMessage())) {
if (gifView.getVisibility() != View.VISIBLE)