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
f9935834
Commit
f9935834
authored
May 12, 2022
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:BUG修复
parent
6facdd88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
config.gradle
config.gradle
+2
-2
PublishQuestionAndTrendFragment.java
m-dynamic/src/main/java/com/yidianling/dynamic/publishTrend/fragment/PublishQuestionAndTrendFragment.java
+3
-1
No files found.
config.gradle
View file @
f9935834
...
...
@@ -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
2
"
,
"m-dynamic"
:
"0.0.7.4
3
"
,
"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
2
"
,
"m-dynamic"
:
"0.0.7.4
3
"
,
"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 @
f9935834
...
...
@@ -1080,7 +1080,9 @@ public class PublishQuestionAndTrendFragment extends BaseFragment implements Vie
// 隐藏表情布局
@SuppressLint
(
"WrongConstant"
)
public
void
hideEmojiLayout
()
{
uiHandler
.
removeCallbacks
(
showEmojiRunnable
);
if
(
uiHandler
!=
null
){
uiHandler
.
removeCallbacks
(
showEmojiRunnable
);
}
if
(
emoticon_picker_view
!=
null
)
{
emoticon_picker_view
.
setVisibility
(
View
.
GONE
);
}
...
...
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