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
5fca51ef
Commit
5fca51ef
authored
May 06, 2020
by
严久程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
axb隐藏改为可配置
parent
61db143c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
config.gradle
config.gradle
+3
-3
AudioHomeActivity.kt
m-audioim/src/main/java/com/ydl/audioim/AudioHomeActivity.kt
+8
-1
No files found.
config.gradle
View file @
5fca51ef
...
@@ -42,7 +42,7 @@ ext {
...
@@ -42,7 +42,7 @@ ext {
ydlPublishVersion
=
[
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
// -------------- 业务模块 --------------
//第三步 若干
//第三步 若干
"m-confide"
:
"0.0.48.
36
"
,
"m-confide"
:
"0.0.48.
44
"
,
"m-consultant"
:
"0.0.59.15"
,
"m-consultant"
:
"0.0.59.15"
,
"m-fm"
:
"0.0.29.3"
,
"m-fm"
:
"0.0.29.3"
,
"m-user"
:
"0.0.60.3"
,
"m-user"
:
"0.0.60.3"
,
...
@@ -75,7 +75,7 @@ ext {
...
@@ -75,7 +75,7 @@ ext {
"ydl-webview"
:
"0.0.38.29"
,
"ydl-webview"
:
"0.0.38.29"
,
"ydl-media"
:
"0.0.20"
,
"ydl-media"
:
"0.0.20"
,
"ydl-pay"
:
"0.0.17"
,
"ydl-pay"
:
"0.0.17"
,
"m-audioim"
:
"0.0.49.1
7
"
,
"m-audioim"
:
"0.0.49.1
8
"
,
"ydl-flutter-base"
:
"0.0.14.12"
,
"ydl-flutter-base"
:
"0.0.14.12"
,
//以下 几乎不会动
//以下 几乎不会动
...
@@ -121,7 +121,7 @@ ext {
...
@@ -121,7 +121,7 @@ ext {
"ydl-webview"
:
"0.0.38.29"
,
"ydl-webview"
:
"0.0.38.29"
,
"ydl-media"
:
"0.0.20"
,
"ydl-media"
:
"0.0.20"
,
"ydl-pay"
:
"0.0.17"
,
"ydl-pay"
:
"0.0.17"
,
"m-audioim"
:
"0.0.49.1
7
"
,
"m-audioim"
:
"0.0.49.1
8
"
,
"ydl-flutter-base"
:
"0.0.10.9"
,
"ydl-flutter-base"
:
"0.0.10.9"
,
//以下 几乎不会动
//以下 几乎不会动
...
...
m-audioim/src/main/java/com/ydl/audioim/AudioHomeActivity.kt
View file @
5fca51ef
...
@@ -591,7 +591,12 @@ class AudioHomeActivity :
...
@@ -591,7 +591,12 @@ class AudioHomeActivity :
})
})
//通话结束或挂断时,上传日志文件
//通话结束或挂断时,上传日志文件
uploadLog
()
uploadLog
()
if
(
isShowAxb
)
{
showChooseDialog
(
2
)
showChooseDialog
(
2
)
}
else
{
showToast
(
"对方手机暂时不在身边,请稍后再试"
)
userCloseCalling
()
}
}
}
}
}
...
@@ -778,13 +783,15 @@ class AudioHomeActivity :
...
@@ -778,13 +783,15 @@ class AudioHomeActivity :
if
(!
isConnectSuccess
)
{
if
(!
isConnectSuccess
)
{
//页面等待文案调整
//页面等待文案调整
tv_waiting
.
visibility
=
View
.
GONE
tv_waiting
.
visibility
=
View
.
GONE
if
(
isShowAxb
)
{
tv_change_doctor
.
text
=
"对方暂无应答,正在为您切换线路重播"
tv_change_doctor
.
text
=
"对方暂无应答,正在为您切换线路重播"
tv_change_doctor
.
visibility
=
View
.
VISIBLE
tv_change_doctor
.
visibility
=
View
.
VISIBLE
}
}
}
if
(!
isShowAxb
)
{
if
(!
isShowAxb
)
{
tv_change_route
.
visibility
=
View
.
GONE
tv_change_route
.
visibility
=
View
.
GONE
}
else
{
}
else
{
//切换线路按钮可见
//切换线路按钮可见
tv_change_route
.
isEnabled
=
true
tv_change_route
.
isEnabled
=
true
...
...
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