|
@@ -169,6 +169,9 @@ class LiveBroadcastListActivity :
|
|
|
it.toast()
|
|
it.toast()
|
|
|
}, success = {
|
|
}, success = {
|
|
|
endRefresh()
|
|
endRefresh()
|
|
|
|
|
+ if (isRefresh) {
|
|
|
|
|
+ liveBroadcastList.clear()
|
|
|
|
|
+ }
|
|
|
if (it != null) {
|
|
if (it != null) {
|
|
|
if (it.records.isNullOrEmpty().not()) {
|
|
if (it.records.isNullOrEmpty().not()) {
|
|
|
liveBroadcastList.addAll(it.records)
|
|
liveBroadcastList.addAll(it.records)
|