|
|
@@ -35,6 +35,7 @@ import com.sheep.gamegroup.util.share.ShareLinkConfig;
|
|
|
import com.sheep.gamegroup.view.activity.ActMsg;
|
|
|
import com.sheep.gamegroup.view.activity.PersonalCenterAct;
|
|
|
import com.sheep.gamegroup.view.adapter.AdpUserCenterModule;
|
|
|
+import com.sheep.jiuyan.samllsheep.BuildConfig;
|
|
|
import com.sheep.jiuyan.samllsheep.R;
|
|
|
import com.sheep.jiuyan.samllsheep.SheepApp;
|
|
|
import com.sheep.jiuyan.samllsheep.base.BaseFragment;
|
|
|
@@ -108,6 +109,8 @@ public class FgtPersonalCenter extends BaseFragment {
|
|
|
LinearLayout moduleLayout;
|
|
|
@BindView(R.id.my_module_list)
|
|
|
RecyclerView moduleList;
|
|
|
+ @BindView(R.id.fgt_person_center_my_focus)
|
|
|
+ View fgt_person_center_my_focus;
|
|
|
|
|
|
public UserEntity userEntity;
|
|
|
private String faqUrl;
|
|
|
@@ -153,6 +156,8 @@ public class FgtPersonalCenter extends BaseFragment {
|
|
|
ViewUtil.setText(audit_failed, getString(R.string.audit_failed, ViewUtil.INDENT));
|
|
|
ViewUtil.setVisibility(audit_failed_oval, false);
|
|
|
initUserModuleItemView();
|
|
|
+ //是否显示我的关注
|
|
|
+ ViewUtil.setVisibility(fgt_person_center_my_focus, TestUtil.isTest() || BuildConfig.VERSION_CODE > 3004002);
|
|
|
}
|
|
|
|
|
|
private void initData() {
|