Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
f5c271dd
Commit
f5c271dd
authored
May 13, 2022
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:BUG修复
parent
8b161ce4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
config.gradle
config.gradle
+2
-2
PublishQuestionAndTrendFragment.java
m-dynamic/src/main/java/com/yidianling/dynamic/publishTrend/fragment/PublishQuestionAndTrendFragment.java
+1
-0
No files found.
config.gradle
View file @
f5c271dd
...
...
@@ -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.4
5
"
,
"m-dynamic"
:
"0.0.7.4
6
"
,
"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.4
5
"
,
"m-dynamic"
:
"0.0.7.4
6
"
,
"m-article"
:
"0.0.0.8"
,
"m-muse"
:
"0.0.28.28"
,
...
...
m-dynamic/src/main/java/com/yidianling/dynamic/publishTrend/fragment/PublishQuestionAndTrendFragment.java
View file @
f5c271dd
...
...
@@ -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
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment