|
|
@@ -927,7 +927,7 @@ public class FgtSmallSheep extends BaseCompatFragment implements SmallSheepContr
|
|
|
// infoList.add(bulletinEnty.getContent()+"");
|
|
|
// }
|
|
|
// homepageItemNoticeMv.startWithList(infoList, R.anim.anim_left_in,R.anim.anim_right_out);
|
|
|
-
|
|
|
+ homepageItemNoticeMv.removeAllViews();
|
|
|
for (BulletinEnty entity : bulletinEntyList) {
|
|
|
StringBuilder sb = new StringBuilder();
|
|
|
sb.append(entity.getContent()).append(" ");
|