This commit is contained in:
parent
20672bf8bc
commit
9625e873ff
|
|
@ -60,7 +60,7 @@ public class Activity_Main extends BaseActivity {
|
||||||
setStatusBarDarkFont(true);
|
setStatusBarDarkFont(true);
|
||||||
toTime();
|
toTime();
|
||||||
|
|
||||||
getUserInfo();
|
// getUserInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void getUserInfo() {
|
private void getUserInfo() {
|
||||||
|
|
|
||||||
|
|
@ -125,7 +125,7 @@ public class Fm_Page_S extends BaseFragment {
|
||||||
super.onResume();
|
super.onResume();
|
||||||
|
|
||||||
// AdFeedUtils.show_ad(getActivity(), flContent, 20, "page_setting");
|
// AdFeedUtils.show_ad(getActivity(), flContent, 20, "page_setting");
|
||||||
AdFeedUtils.show_ad(getActivity(), AdApp.getInstance().getSlotConfig(ADConstants.AD_CODE_FEED1), flContent, 20, "page_setting", 1);
|
// AdFeedUtils.show_ad(getActivity(), AdApp.getInstance().getSlotConfig(ADConstants.AD_CODE_FEED1), flContent, 20, "page_setting", 1);
|
||||||
|
|
||||||
if (Activity_Setting_More.avatar_Id != -1) {
|
if (Activity_Setting_More.avatar_Id != -1) {
|
||||||
LogK.e("设置页 onResume 设置头像");
|
LogK.e("设置页 onResume 设置头像");
|
||||||
|
|
@ -142,7 +142,7 @@ public class Fm_Page_S extends BaseFragment {
|
||||||
@Override
|
@Override
|
||||||
public void onPause() {
|
public void onPause() {
|
||||||
super.onPause();
|
super.onPause();
|
||||||
AdFeedUtils.cancelTag("page_setting");
|
// AdFeedUtils.cancelTag("page_setting");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onClick(View view) {
|
public void onClick(View view) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue