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
41f73487
Commit
41f73487
authored
Mar 28, 2022
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:倾诉拨打电话文案修改
parent
36aae74d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
config.gradle
config.gradle
+2
-2
AudioHomeActivity.kt
m-audioim/src/main/java/com/ydl/audioim/AudioHomeActivity.kt
+2
-3
No files found.
config.gradle
View file @
41f73487
...
...
@@ -5,7 +5,7 @@ ext {
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.49.
39
"
,
"m-confide"
:
"0.0.49.
40
"
,
"m-consultant"
:
"0.0.60.03"
,
"m-fm"
:
"0.0.30.04"
,
"m-user"
:
"0.0.61.94"
,
...
...
@@ -88,7 +88,7 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.49.
39
"
,
"m-confide"
:
"0.0.49.
40
"
,
"m-consultant"
:
"0.0.60.03"
,
"m-fm"
:
"0.0.30.07"
,
"m-user"
:
"0.0.61.94"
,
...
...
m-audioim/src/main/java/com/ydl/audioim/AudioHomeActivity.kt
View file @
41f73487
...
...
@@ -728,7 +728,7 @@ class AudioHomeActivity :
audio_hangup_text
.
text
=
"挂断"
}
else
{
tv_change_time_counter
.
text
=
"${remainTime}s"
audio_hangup_text
.
text
=
"挂断
${remainTime}
s"
audio_hangup_text
.
text
=
"挂断
(${remainTime})
s"
}
var
result
=
it
.
toFloat
()
/
2.5f
progress_view
.
setProgress
(
result
)
...
...
@@ -773,7 +773,7 @@ class AudioHomeActivity :
//通话结束或挂断时,上传日志文件
uploadLog
()
showToast
(
"
对方手机暂时不在身边,请稍后再
试"
)
showToast
(
"
暂时无法接通,建议稍后尝
试"
)
userCloseCalling
()
}
}
...
...
@@ -1340,7 +1340,6 @@ class AudioHomeActivity :
override
fun
onDestroy
()
{
super
.
onDestroy
()
uploadLog
()
ToastUtil
.
toastShort
(
"拨打电话界面销毁"
)
if
(
isConnectSuccess
)
{
uploadException
(
""
,
"zhu"
,
"108"
,
callback
=
null
)
}
...
...
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