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
6a0564bc
Commit
6a0564bc
authored
May 31, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 优化了喊他xxx文案,产品优化的好啊
parent
f50723b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
ConfideBottomSheetDialogFragment.kt
m-confide/src/main/java/com/ydl/confide/home/ConfideBottomSheetDialogFragment.kt
+1
-1
IntroAdapter.kt
m-confide/src/main/java/com/ydl/confide/intro/IntroAdapter.kt
+2
-2
No files found.
m-confide/src/main/java/com/ydl/confide/home/ConfideBottomSheetDialogFragment.kt
View file @
6a0564bc
...
...
@@ -524,7 +524,7 @@ class ConfideBottomSheetDialogFragment : BottomSheetDialogFragment() {
tvCall
.
text
=
"已离线"
tvTime
.
visibility
=
View
.
VISIBLE
ivCall
.
visibility
=
View
.
GONE
tvTime
.
text
=
"(点击
喊他
上线)"
tvTime
.
text
=
"(点击
邀请
上线)"
layoutCall
.
background
=
context
?.
getDrawable
(
R
.
drawable
.
confide_line_bg_2
)
if
(
showTip
)
{
...
...
m-confide/src/main/java/com/ydl/confide/intro/IntroAdapter.kt
View file @
6a0564bc
...
...
@@ -213,9 +213,9 @@ internal class IntroAdapter(
)
}
}
else
if
(
lineStatus
==
3
)
{
data
[
position
].
remainingTime
.
set
(
"(点击
给他
留言)"
)
data
[
position
].
remainingTime
.
set
(
"(点击留言)"
)
}
else
if
(
lineStatus
==
2
)
{
data
[
position
].
remainingTime
.
set
(
"(点击
喊他
上线)"
)
data
[
position
].
remainingTime
.
set
(
"(点击
邀请
上线)"
)
}
data
[
position
].
lineStatus
.
set
(
lineStatus
)
}
else
{
...
...
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