Commit db461e8b by 刘鹏

Merge remote-tracking branch 'origin/4.1.67' into 4.1.67

# Conflicts:
#	config.gradle
parents 5eeaf0d6 ab4d5b66
...@@ -20,8 +20,8 @@ import java.util.List; ...@@ -20,8 +20,8 @@ import java.util.List;
public final class DemoGlobalConfig implements IConfigModule { public final class DemoGlobalConfig implements IConfigModule {
String APP_DOMAIN = "https://api.github.com/"; String APP_DOMAIN = "https://api.github.com/";
// public static String appEnv = YDLConstants.ENV_AUTO_TEST; // public static String appEnv = YDLConstants.ENV_AUTO_TEST;
public static String appEnv = YDLConstants.ENV_TEST; // public static String appEnv = YDLConstants.ENV_TEST;
// public static String appEnv = YDLConstants.ENV_PROD; public static String appEnv = YDLConstants.ENV_PROD;
@Override @Override
public void injectAppLifecycle(@NotNull Context context, @NotNull List<IAppLifecycles> lifecycles) { public void injectAppLifecycle(@NotNull Context context, @NotNull List<IAppLifecycles> lifecycles) {
......
...@@ -11,7 +11,7 @@ ext { ...@@ -11,7 +11,7 @@ ext {
"m-user" : "0.0.61.08", "m-user" : "0.0.61.08",
"m-home" : "0.0.22.53", "m-home" : "0.0.22.53",
"m-im" : "0.0.18.35", "m-im" : "0.0.18.35",
"m-dynamic" : "0.0.7.15", "m-dynamic" : "0.0.7.17",
"m-article" : "0.0.0.6", "m-article" : "0.0.0.6",
"m-muse" : "0.0.28.20", "m-muse" : "0.0.28.20",
...@@ -36,7 +36,7 @@ ext { ...@@ -36,7 +36,7 @@ ext {
"ydl-platform" : "0.0.39.83", "ydl-platform" : "0.0.39.83",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.38.35", "ydl-webview" : "0.0.38.36",
"ydl-media" : "0.0.21.6", "ydl-media" : "0.0.21.6",
"ydl-pay" : "0.0.18.13", "ydl-pay" : "0.0.18.13",
"m-audioim" : "0.0.49.29.22", "m-audioim" : "0.0.49.29.22",
...@@ -92,9 +92,9 @@ ext { ...@@ -92,9 +92,9 @@ ext {
"m-consultant" : "0.0.59.65", "m-consultant" : "0.0.59.65",
"m-fm" : "0.0.30.01", "m-fm" : "0.0.30.01",
"m-user" : "0.0.61.04", "m-user" : "0.0.61.04",
"m-home" : "0.0.22.53", "m-home" : "0.0.22.54",
"m-im" : "0.0.18.34", "m-im" : "0.0.18.34",
"m-dynamic" : "0.0.7.16", "m-dynamic" : "0.0.7.17",
"m-muse" : "0.0.20.7", "m-muse" : "0.0.20.7",
"m-tests" : "0.0.24.9", "m-tests" : "0.0.24.9",
...@@ -117,7 +117,7 @@ ext { ...@@ -117,7 +117,7 @@ ext {
"ydl-platform" : "0.0.39.83", "ydl-platform" : "0.0.39.83",
//第二步 若干 //第二步 若干
"ydl-webview" : "0.0.38.35", "ydl-webview" : "0.0.38.36",
"ydl-media" : "0.0.21.6", "ydl-media" : "0.0.21.6",
"ydl-pay" : "0.0.18.11", "ydl-pay" : "0.0.18.11",
"m-audioim" : "0.0.49.29.22", "m-audioim" : "0.0.49.29.22",
......
...@@ -250,7 +250,9 @@ public class TrendsListAdapter extends RecyclerView.Adapter<BaseViewHolder> { ...@@ -250,7 +250,9 @@ public class TrendsListAdapter extends RecyclerView.Adapter<BaseViewHolder> {
holder.setVisibility(R.id.item_trend_title_tv, View.GONE); holder.setVisibility(R.id.item_trend_title_tv, View.GONE);
} }
if (trend.comments!=null){
showCommentsPart(holder, trend); showCommentsPart(holder, trend);
}
LogUtil.d("head: " + trend.avatar + " pos:" + position); LogUtil.d("head: " + trend.avatar + " pos:" + position);
LogUtil.d("time: " + trend.timeStr + " source: " + trend.from); LogUtil.d("time: " + trend.timeStr + " source: " + trend.from);
return holder.setHeadImageWithUrl(R.id.item_trend_user_head_iv, trend.avatar) //头像 return holder.setHeadImageWithUrl(R.id.item_trend_user_head_iv, trend.avatar) //头像
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:textColor="@color/platform_color_FFFFFF" android:textColor="@color/platform_color_FFFFFF"
android:textSize="@dimen/platform_dp_12" android:textSize="@dimen/platform_dp_12"
android:text="1W+师资"/> android:text="2.2W+师资"/>
</RelativeLayout> </RelativeLayout>
<RelativeLayout <RelativeLayout
......
...@@ -1001,10 +1001,11 @@ public class NewH5Activity extends BaseActivity implements PtrHandler { ...@@ -1001,10 +1001,11 @@ public class NewH5Activity extends BaseActivity implements PtrHandler {
} }
private void initShareMenu() { private void initShareMenu() {
tb_title.setRightIcon(getResources().getDrawable(R.drawable.web_common_share)); //暂时去掉分享按钮
tb_title.setOnRightTextClick((view, isActive) -> { // tb_title.setRightIcon(getResources().getDrawable(R.drawable.web_common_share));
share(null, null); // tb_title.setOnRightTextClick((view, isActive) -> {
}); // share(null, null);
// });
LogUtil.d("setSeccessful"); LogUtil.d("setSeccessful");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment