|
|
@@ -362,6 +362,7 @@ public class ActGameGroupOrGameDetail extends BaseActivity {
|
|
|
mAdapter.add(fgtGameComment, "评价");
|
|
|
pingJiaIndex = mAdapter.getCount() - 1;
|
|
|
mAdapter.notifyDataSetChanged();
|
|
|
+ CommonUtil.getInstance().reflex(tabLayout, this);
|
|
|
if (viewPager != null) {
|
|
|
viewPager.setOffscreenPageLimit(mAdapter.getCount());
|
|
|
}
|