Commit 512b9218 by 霍志良

feat:倾诉优化

parent f1d3e4db
...@@ -5,7 +5,7 @@ ext { ...@@ -5,7 +5,7 @@ ext {
ydlPublishVersion = [ ydlPublishVersion = [
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.49.49", "m-confide" : "0.0.49.51",
"m-consultant" : "0.0.60.03", "m-consultant" : "0.0.60.03",
"m-fm" : "0.0.30.04", "m-fm" : "0.0.30.04",
"m-user" : "0.0.61.94", "m-user" : "0.0.61.94",
...@@ -39,7 +39,7 @@ ext { ...@@ -39,7 +39,7 @@ ext {
"ydl-webview" : "0.0.38.47", "ydl-webview" : "0.0.38.47",
"ydl-media" : "0.0.21.42", "ydl-media" : "0.0.21.42",
"ydl-pay" : "0.0.18.19", "ydl-pay" : "0.0.18.19",
"m-audioim" : "0.0.49.29.67", "m-audioim" : "0.0.49.29.69",
"ydl-flutter-base": "0.0.14.38", "ydl-flutter-base": "0.0.14.38",
//以下 几乎不会动 //以下 几乎不会动
...@@ -88,7 +88,7 @@ ext { ...@@ -88,7 +88,7 @@ ext {
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.49.49", "m-confide" : "0.0.49.51",
"m-consultant" : "0.0.60.03", "m-consultant" : "0.0.60.03",
"m-fm" : "0.0.30.07", "m-fm" : "0.0.30.07",
"m-user" : "0.0.61.94", "m-user" : "0.0.61.94",
...@@ -121,7 +121,7 @@ ext { ...@@ -121,7 +121,7 @@ ext {
"ydl-webview" : "0.0.38.47", "ydl-webview" : "0.0.38.47",
"ydl-media" : "0.0.21.42", "ydl-media" : "0.0.21.42",
"ydl-pay" : "0.0.18.19", "ydl-pay" : "0.0.18.19",
"m-audioim" : "0.0.49.29.67", "m-audioim" : "0.0.49.29.69",
"ydl-flutter-base": "0.0.14.38", "ydl-flutter-base": "0.0.14.38",
//以下 几乎不会动 //以下 几乎不会动
......
...@@ -659,7 +659,7 @@ class AudioHomeActivity : ...@@ -659,7 +659,7 @@ class AudioHomeActivity :
.sendRichLog(AliYunLogConfig.AGORA, "拒绝请求音频权限") .sendRichLog(AliYunLogConfig.AGORA, "拒绝请求音频权限")
uploadLog() uploadLog()
showStorageDialog() showStorageDialog()
finish()
} }
}) })
...@@ -679,16 +679,17 @@ class AudioHomeActivity : ...@@ -679,16 +679,17 @@ class AudioHomeActivity :
.setOnClickListener(R.id.cancel_dialog) { .setOnClickListener(R.id.cancel_dialog) {
mStorageDialog?.dismiss() mStorageDialog?.dismiss()
mStorageDialog=null mStorageDialog=null
finish()
} }
.setAnimation(0)//取消动画 .setAnimation(0)//取消动画
.setOnClickListener(R.id.dial_right_now) { .setOnClickListener(R.id.dial_right_now) {
mStorageDialog?.dismiss() mStorageDialog?.dismiss()
mStorageDialog=null mStorageDialog=null
finish()
val intent = Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) val intent = Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS)
val uri = Uri.fromParts("package", packageName, null) val uri = Uri.fromParts("package", packageName, null)
intent.data = uri intent.data = uri
startActivity(intent) startActivity(intent)
} }
.show() .show()
} }
......
...@@ -177,6 +177,7 @@ ...@@ -177,6 +177,7 @@
android:id="@+id/progress_view" android:id="@+id/progress_view"
android:layout_width="70dp" android:layout_width="70dp"
android:layout_height="70dp" android:layout_height="70dp"
app:pa_progressBackColor="#45E6AB"
app:pa_progressWidth="4dp" /> app:pa_progressWidth="4dp" />
<ImageView <ImageView
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
android:id="@+id/third_title" android:id="@+id/third_title"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="App正常工作需要内部存储使用权限,请开启" android:text="App正常工作需要录音权限,请开启"
android:textColor="@color/platform_color_242424" android:textColor="@color/platform_color_242424"
android:textSize="15sp" android:textSize="15sp"
app:layout_constraintRight_toRightOf="parent" app:layout_constraintRight_toRightOf="parent"
......
...@@ -233,7 +233,12 @@ class ConfideHomeRecommendView(var view: IConfideHomeContract.View, context: Con ...@@ -233,7 +233,12 @@ class ConfideHomeRecommendView(var view: IConfideHomeContract.View, context: Con
tv_confide.setBackgroundResource(R.drawable.confide_line_1) tv_confide.setBackgroundResource(R.drawable.confide_line_1)
} }
2 -> { 2 -> {
tv_confide.setBackgroundResource(R.drawable.confide_line_2) //男他女她
if (bodyBean.confideSex == 1) {
tv_confide.setBackgroundResource(R.drawable.confide_line_sex_boy)
} else {
tv_confide.setBackgroundResource(R.drawable.confide_line_sex_girl)
}
} }
3 -> { 3 -> {
tv_confide.setBackgroundResource(R.drawable.confide_line_3) tv_confide.setBackgroundResource(R.drawable.confide_line_3)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment