酒吧 定时器。

This commit is contained in:
2026-01-07 18:03:16 +08:00
parent 5f7bac8a12
commit 1c4384f5d5
4 changed files with 106 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ class RoomPubWheatView : BaseWheatView {
}
else -> {
tv_time?.visibility = View.GONE
tv_time?.visibility = View.INVISIBLE
ll_bottom?.visibility = View.GONE
iv_custom_gift?.visibility = View.GONE
}
@@ -134,7 +134,7 @@ class RoomPubWheatView : BaseWheatView {
tv_time?.visibility = View.VISIBLE
ll_bottom?.visibility = View.VISIBLE
iv_custom_gift?.visibility = View.VISIBLE
tv_time?.text = "12:34"
tv_time?.text = "00:00"
}
if (TextUtils.isEmpty(bean.dress)) {