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
9b78d973
Commit
9b78d973
authored
Mar 16, 2020
by
严久程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
971b1fc0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
ImCommentBannerView.kt
m-im/src/main/java/com/yidianling/uikit/business/session/view/ImCommentBannerView.kt
+5
-4
No files found.
m-im/src/main/java/com/yidianling/uikit/business/session/view/ImCommentBannerView.kt
View file @
9b78d973
...
...
@@ -4,6 +4,7 @@ import android.content.Context
import
android.os.Handler
import
android.os.Looper
import
android.os.Message
import
android.text.TextUtils
import
android.util.AttributeSet
import
android.view.View
import
android.view.ViewGroup
...
...
@@ -197,7 +198,8 @@ class ImCommentBannerView : LinearLayout {
}
}
}
else
->
{}
else
->
{
}
}
}
}
...
...
@@ -206,11 +208,10 @@ class ImCommentBannerView : LinearLayout {
//获取经过加密的名字 : 徐**
private
fun
getName
(
name
:
String
?):
String
{
var
nameBuffer
=
StringBuffer
()
name
?.
let
{
if
(
name
!=
null
&&
!
TextUtils
.
isEmpty
(
name
))
{
nameBuffer
.
append
(
name
[
0
])
nameBuffer
.
append
(
"**:"
)
}
nameBuffer
.
append
(
"**:"
)
return
nameBuffer
.
toString
()
}
...
...
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