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