lmw
2025-04-14 1c1851f2b877adf8a5ae420f8f5adb1e5f2f9771
app/src/main/java/com/sinata/xqmuse/dialog/MsgDialog.kt
@@ -52,6 +52,9 @@
        super.onViewCreated(view, savedInstanceState)
        tv_msg.text = msg
        tv_title.text = title
        if (title.contains("失败")){
            tv_title.setCompoundDrawablesWithIntrinsicBounds(0,R.mipmap.shibai,0,0)
        }
        countDownTimer.start()
    }