Explorar el Código

1.修改接口请求返回参数处理

王鹏鹏 hace 2 años
padre
commit
f2fdd3a732

+ 4 - 0
livebroadcast/src/main/java/com/yingyang/livebroadcast/activity/list/LiveBroadcastListActivity.kt

@@ -86,6 +86,10 @@ class LiveBroadcastListActivity :
 
             }
             radioLive.setOnCheckedChangeListener { group, checkedId ->
+                binding {
+                    rvLiveBroadcast.show(true)
+                    emptyLayout.show(false)
+                }
                 when (checkedId) {
                     R.id.rdb_appointment -> {
                         method = "1"