From b6a22ac20c4155bb6f3df928cf5d88502079406c Mon Sep 17 00:00:00 2001
From: lmw <125975490@qq.com>
Date: 星期一, 22 七月 2024 15:28:13 +0800
Subject: [PATCH] save

---
 app/src/main/java/com/dollearn/student/ui/home/SuperListenActivity.kt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/src/main/java/com/dollearn/student/ui/home/SuperListenActivity.kt b/app/src/main/java/com/dollearn/student/ui/home/SuperListenActivity.kt
index 2cfe8e6..24e172b 100644
--- a/app/src/main/java/com/dollearn/student/ui/home/SuperListenActivity.kt
+++ b/app/src/main/java/com/dollearn/student/ui/home/SuperListenActivity.kt
@@ -252,7 +252,7 @@
             countTime = TIME //重置答题时间
             tv_tip.text = "准备听题"
             state = 0
-            handler?.sendEmptyMessageDelayed(PLAY_VOICE, if (playNow) 200 else 3000)
+            handler?.sendEmptyMessageDelayed(PLAY_VOICE, if (playNow) 200 else 1000)
         }else{
             tv_sort.visibility = View.INVISIBLE
             cl_voice.visibility = View.INVISIBLE

--
Gitblit v1.7.1