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
36b12cf9
Commit
36b12cf9
authored
Jul 07, 2021
by
刘鹏
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/4.2.60' into 4.2.60
# Conflicts: # config.gradle
parents
339f40ea
4b9462e5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
4 deletions
+9
-4
config.gradle
config.gradle
+1
-1
CustomAttachLingxiAnswerQuestion.java
m-im/src/main/java/com/yidianling/im/session/extension/CustomAttachLingxiAnswerQuestion.java
+1
-1
MsgViewHolderLingxiWhichQuestion.java
m-im/src/main/java/com/yidianling/im/session/viewholder/MsgViewHolderLingxiWhichQuestion.java
+0
-0
MessageListPanelEx.java
m-im/src/main/java/com/yidianling/uikit/business/session/module/list/MessageListPanelEx.java
+6
-1
im_nim_message_item_text.xml
m-im/src/main/res_uikit/layout/im_nim_message_item_text.xml
+1
-1
No files found.
config.gradle
View file @
36b12cf9
...
...
@@ -93,7 +93,7 @@ ext {
"m-fm"
:
"0.0.30.01"
,
"m-user"
:
"0.0.61.37"
,
"m-home"
:
"0.0.22.67"
,
"m-im"
:
"0.0.19.3
3
"
,
"m-im"
:
"0.0.19.3
6
"
,
"m-dynamic"
:
"0.0.7.24"
,
"m-article"
:
"0.0.0.8"
,
...
...
m-im/src/main/java/com/yidianling/im/session/extension/CustomAttachLingxiAnswerQuestion.java
View file @
36b12cf9
...
...
@@ -8,7 +8,7 @@ import java.util.ArrayList;
public
class
CustomAttachLingxiAnswerQuestion
extends
CustomAttachment
{
private
final
String
ANSWERS
=
"answers"
;
private
final
String
QUESTIONID
=
"question
Paper
Id"
;
private
final
String
QUESTIONID
=
"questionId"
;
public
ArrayList
<
QuestionItemBean
>
answers
;
...
...
m-im/src/main/java/com/yidianling/im/session/viewholder/MsgViewHolderLingxiWhichQuestion.java
View file @
36b12cf9
This diff is collapsed.
Click to expand it.
m-im/src/main/java/com/yidianling/uikit/business/session/module/list/MessageListPanelEx.java
View file @
36b12cf9
...
...
@@ -285,7 +285,12 @@ public class MessageListPanelEx {
}
if
(
needRefresh
)
{
sortMessages
(
items
);
adapter
.
notifyDataSetChanged
();
new
Handler
().
post
(
new
Runnable
()
{
@Override
public
void
run
()
{
adapter
.
notifyDataSetChanged
();
}
});
}
adapter
.
updateShowTimeItem
(
addedListItems
,
false
,
true
);
...
...
m-im/src/main/res_uikit/layout/im_nim_message_item_text.xml
View file @
36b12cf9
...
...
@@ -13,6 +13,6 @@
android:includeFontPadding=
"false"
android:lineSpacingExtra=
"3dip"
android:minHeight=
"40dp"
android:textColor=
"@color/
white
"
android:textColor=
"@color/
im_color_242424
"
android:textSize=
"17dp"
/>
</LinearLayout>
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