From aa512ff5fc428fbee046d6bc0761c3675023769e Mon Sep 17 00:00:00 2001 From: 罗明文 <125975490@qq.com> Date: 星期三, 21 五月 2025 15:49:32 +0800 Subject: [PATCH] save --- app/src/main/java/com/dollearn/student/ui/home/MemoryActivity.kt | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/com/dollearn/student/ui/home/MemoryActivity.kt b/app/src/main/java/com/dollearn/student/ui/home/MemoryActivity.kt index 1a80789..766e45b 100644 --- a/app/src/main/java/com/dollearn/student/ui/home/MemoryActivity.kt +++ b/app/src/main/java/com/dollearn/student/ui/home/MemoryActivity.kt @@ -192,14 +192,14 @@ visible() postDelayed({ gone() - },3000) + },1500) } rv_list.getChildAt(adapter.position2).iv_result?.apply { imageResource = R.mipmap.successs visible() postDelayed({ gone() - },3000) + },1500) } tv_timer.postDelayed({ if (list.filter { !it.isBack }.size == list.size){ //全部答对 @@ -214,14 +214,14 @@ visible() postDelayed({ gone() - },3000) + },1500) } rv_list.getChildAt(adapter.position2).iv_result?.apply { imageResource = R.mipmap.zhifushibai visible() postDelayed({ gone() - },3000) + },1500) } } } -- Gitblit v1.7.1