Commit 9723d6e7 authored by jyx's avatar jyx

代码优化

parent fcbf9f31
......@@ -143,7 +143,7 @@ class MainMyAdapter(context: Context, taskData: MutableList<MyInfo.AutoListBean>
} else {
holder.itemTaskPb.visibility = View.GONE
}
if (taskBean.baseConfig.runingText != null) {
if (taskBean.baseConfig.runingText != null && taskBean.otherConfig.max != 0) {
holder.itemTaskProgress.visibility = View.VISIBLE
holder.itemTaskProgress.text = taskBean.baseConfig.runingText
} else {
......
......@@ -4,5 +4,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Fri Sep 18 20:10:31 CST 2020
sdk.dir=/Users/mcg/Library/Android/sdk
#Sat Feb 06 15:44:58 CST 2021
sdk.dir=/Users/Hello/Library/Android/sdk
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