酒吧 定时器。
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user