|
|
@@ -864,7 +864,9 @@ public class FgtSmallSheep extends BaseFragment implements SmallSheepContract.Vi
|
|
|
CommonUtil.getInstance().refreshAds(SheepAd.FORM_HOME_BAR, (ret, list) -> {
|
|
|
if (ret) {
|
|
|
barListList.clear();
|
|
|
- barListList.addAll(list);
|
|
|
+ if (list.size() > 0) {
|
|
|
+ barListList.add(list.get(0));
|
|
|
+ }
|
|
|
ViewUtil.notifyDataSetChanged(bar_list_rv);
|
|
|
}
|
|
|
});
|