lmw
2025-02-06 ab2842d427504c531c79ddb9c5a9ef1df7833014
app/src/main/java/com/sinata/xqmuse/dialog/TimeSettingDialog.kt
@@ -59,7 +59,7 @@
        tv_jian.setOnClickListener {
            val s = et_time.text.toString()
            time = (if (s.isNullOrEmpty()) 0 else s.toInt())
            time = (if (s.isNullOrEmpty()) 0 else s.toInt())-1
            time = max(0,time)
            et_time.setText(time.toString())
        }