Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_highgold_pro
Project
Project
Details
Activity
Releases
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
android
android_highgold_pro
Commits
9723d6e7
Commit
9723d6e7
authored
Feb 07, 2021
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
fcbf9f31
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
MainMyAdapter.kt
...main/java/com/mints/goldspace/ui/adapter/MainMyAdapter.kt
+1
-1
local.properties
local.properties
+2
-2
No files found.
app/src/main/java/com/mints/goldspace/ui/adapter/MainMyAdapter.kt
View file @
9723d6e7
...
...
@@ -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
{
...
...
local.properties
View file @
9723d6e7
...
...
@@ -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
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