diff --git a/modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/entrance/EntranceFragment.java b/modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/entrance/EntranceFragment.java index 4a79816536..e12064c622 100644 --- a/modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/entrance/EntranceFragment.java +++ b/modules/mogo-module-extensions/src/main/java/com/mogo/module/extensions/entrance/EntranceFragment.java @@ -930,14 +930,6 @@ public class EntranceFragment extends MvpFragment { - // SharedPrefsMgr.getInstance(getContext()).putString("MY_LOCATION_CONFIG", "https" + - // "://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1605705236512" + - // "&di=50620661ded7035fb84899a408f9f27e&imgtype=0&src=http%3A%2F%2Fb-ssl" + - // ".duitang.com%2Fuploads%2Fitem%2F201409%2F11%2F20140911211243_3rT4u.jpeg"); - // MyLocationUtil.setMyLocationIconUrl(getContext(), "https" + - // "://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1605705236512" + - // "&di=50620661ded7035fb84899a408f9f27e&imgtype=0&src=http%3A%2F%2Fb-ssl" + - // ".duitang.com%2Fuploads%2Fitem%2F201409%2F11%2F20140911211243_3rT4u.jpeg"); if (!toggle) { TopViewAnimHelper.getInstance().showNaviView(); } else { @@ -947,7 +939,6 @@ public class EntranceFragment extends MvpFragment { - // MyLocationUtil.emphasizeMyLocation(); View v = LayoutInflater.from(getContext()).inflate(R.layout.demo_top, null); TextView tv = v.findViewById(R.id.tvIndex); tv.setText("sub view height: " + currentHeight + ": " + v); @@ -975,17 +966,6 @@ public class EntranceFragment extends MvpFragment { - // SharedPrefsMgr.getInstance(getContext()).putString("MY_LOCATION_CONFIG", "https" + - // "://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1605705508574" + - // "&di=339d3259ad21f5f48c8abcd1bafff324&imgtype=0&src=http%3A%2F%2Fc-ssl" + - // ".duitang.com%2Fuploads%2Fitem%2F202004%2F23%2F20200423111550_4AJLr.thumb" + - // ".1000_0.jpeg"); - // MyLocationUtil.setMyLocationIconUrl(getContext(),"https" + - // "://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1605705508574" + - // "&di=339d3259ad21f5f48c8abcd1bafff324&imgtype=0&src=http%3A%2F%2Fc-ssl" + - // ".duitang.com%2Fuploads%2Fitem%2F202004%2F23%2F20200423111550_4AJLr.thumb" + - // ".1000_0.jpeg"); - // MyLocationUtil.emphasizeMyLocation(); View v = LayoutInflater.from(getContext()).inflate(R.layout.demo_top, null); TextView tv = v.findViewById(R.id.tvIndex); Random random = new Random(); @@ -1034,14 +1014,6 @@ public class EntranceFragment extends MvpFragment { mMsgContainer.setVisibility(View.GONE); - - - // String enthusiasmIndex = "一般的字加粗的字一般的字"; - // SpannableString spannableStringUnSelectCountStr = new SpannableString(enthusiasmIndex); - // ForegroundColorSpan foregroundColorSpanUnSelectCount = new ForegroundColorSpan(Color.RED); - // spannableStringUnSelectCountStr.setSpan(foregroundColorSpanUnSelectCount, 4, 7, Spanned.SPAN_INCLUSIVE_EXCLUSIVE); - // - // TipToast.tip(spannableStringUnSelectCountStr.toString()); TipDrawable drawable = new TipDrawable(getResources().getDrawable(R.drawable.model_ext_default_user_head)); TipToast.tip("分享成功", drawable); @@ -1057,13 +1029,6 @@ public class EntranceFragment extends MvpFragment