|
@@ -54,6 +54,7 @@ class MessgeListActivity : BaseMVVMActivity<ActivityMessgeListBinding, PushViewM
|
|
|
getMeaageList()
|
|
getMeaageList()
|
|
|
}
|
|
}
|
|
|
//消息列表
|
|
//消息列表
|
|
|
|
|
+ pushListAdapter.showEmptyView = true
|
|
|
rvPush.adapter = pushListAdapter
|
|
rvPush.adapter = pushListAdapter
|
|
|
pushListAdapter.onPushClickListener = { bean ->
|
|
pushListAdapter.onPushClickListener = { bean ->
|
|
|
if (TextUtils.equals("0", bean.status).not()) {
|
|
if (TextUtils.equals("0", bean.status).not()) {
|