Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_fiveworld
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_fiveworld
Commits
d333c73c
Commit
d333c73c
authored
Oct 19, 2021
by
mengcuiguang2
Browse files
Options
Browse Files
Download
Plain Diff
解决冲突
parents
b67a8c84
00fbd68b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
build.gradle
app/build.gradle
+1
-1
SettingsActivity.kt
...java/com/mints/fiveworld/ui/activitys/SettingsActivity.kt
+0
-1
No files found.
app/build.gradle
View file @
d333c73c
...
...
@@ -13,7 +13,7 @@ android {
applicationId
rootProject
.
APPLICATION_ID
minSdkVersion
rootProject
.
ext
.
androidMinSdkVersion
targetSdkVersion
rootProject
.
ext
.
androidTargetSdkVersion
versionCode
2021101
5
versionCode
2021101
8
versionName
"1.1.3"
flavorDimensions
"default"
...
...
app/src/main/java/com/mints/fiveworld/ui/activitys/SettingsActivity.kt
View file @
d333c73c
...
...
@@ -107,7 +107,6 @@ class SettingsActivity : BaseActivity(), View.OnClickListener {
item_cancel
.
findViewById
<
ImageView
>(
R
.
id
.
iv_right
).
visibility
=
View
.
VISIBLE
if
(!
userManager
.
userIsLogin
())
{
item_cancel
.
visibility
=
View
.
GONE
btn_switch
.
visibility
=
View
.
GONE
}
}
...
...
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