Commit 6facdd88 by 霍志良

fix:BUG修复

parent 0f9f4f2c
......@@ -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.41",
"m-dynamic" : "0.0.7.42",
"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.41",
"m-dynamic" : "0.0.7.42",
"m-article" : "0.0.0.8",
"m-muse" : "0.0.28.28",
......
......@@ -281,11 +281,11 @@ public class PublishQuestionAndTrendFragment extends BaseFragment implements Vie
dynamicquestionDraftBean=MMKV.defaultMMKV().decodeParcelable(dynamic_question_save,DynamicDraftBean.class);
}
initView();
// if (TextUtils.equals(type, TYPE_TREND)){
// publish_trend_content_editext.requestFocus();
// }else{
// publish_trend_title_editext.requestFocus();
// }
if (TextUtils.equals(type, TYPE_TREND)){
publish_trend_content_editext.requestFocus();
}else{
publish_trend_title_editext.requestFocus();
}
uiHandler = new Handler();
initEvent();
Intent intent = activity.getIntent();
......
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