Commit f5c271dd by 霍志良

fix:BUG修复

parent 8b161ce4
......@@ -11,7 +11,7 @@ ext {
"m-user" : "0.0.62.04",
"m-home" : "0.0.23.44",
"m-im" : "0.0.21.33",
"m-dynamic" : "0.0.7.45",
"m-dynamic" : "0.0.7.46",
"m-article" : "0.0.0.10",
"m-muse" : "0.0.28.28",
......@@ -97,7 +97,7 @@ ext {
"m-user" : "0.0.62.04",
"m-home" : "0.0.23.41",
"m-im" : "0.0.21.33",
"m-dynamic" : "0.0.7.45",
"m-dynamic" : "0.0.7.46",
"m-article" : "0.0.0.8",
"m-muse" : "0.0.28.28",
......
......@@ -503,6 +503,7 @@ public class PublishQuestionAndTrendFragment extends BaseFragment implements Vie
lineTitle.setVisibility(View.VISIBLE);
ll_to_expert.setVisibility(View.VISIBLE);
publish_trend_content_editext.setFilters(new InputFilter[]{new InputFilter.LengthFilter(1000)});
publish_trend_content_editext.setHint("添加问题描述");
publish_trend_content_num_tv.setText("0/1000");
if (dynamicquestionDraftBean!=null){
publish_trend_title_editext.setText(dynamicquestionDraftBean.getTitle());
......
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