Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
android
/
dayu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
87c9b6b8
authored
Apr 20, 2023
by
wukun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.1.1
parent
364237e8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
userCenter/src/main/java/com/dayu/usercenter/ui/activity2/RegisterActivity.java
userCenter/src/main/java/com/dayu/usercenter/ui/activity2/RegisterActivity.java
View file @
87c9b6b8
...
@@ -203,7 +203,7 @@ public class RegisterActivity extends BaseActivity<SImplePresenter, ActivityRegi
...
@@ -203,7 +203,7 @@ public class RegisterActivity extends BaseActivity<SImplePresenter, ActivityRegi
if
(!
TextUtils
.
isEmpty
(
mSelectList
.
get
(
0
).
getCompressPath
()))
{
if
(!
TextUtils
.
isEmpty
(
mSelectList
.
get
(
0
).
getCompressPath
()))
{
accountPath
=
mSelectList
.
get
(
0
).
getCompressPath
();
accountPath
=
mSelectList
.
get
(
0
).
getCompressPath
();
}
else
{
}
else
{
accountPath
=
mSelectList
.
get
(
0
).
getPath
();
accountPath
=
mSelectList
.
get
(
0
).
get
Cut
Path
();
}
}
mBind
.
header
.
setImageURI
(
Uri
.
parse
(
accountPath
));
mBind
.
header
.
setImageURI
(
Uri
.
parse
(
accountPath
));
GlideImageLoader
.
load
(
mActivity
,
accountPath
,
mBind
.
header
);
GlideImageLoader
.
load
(
mActivity
,
accountPath
,
mBind
.
header
);
...
@@ -212,7 +212,7 @@ public class RegisterActivity extends BaseActivity<SImplePresenter, ActivityRegi
...
@@ -212,7 +212,7 @@ public class RegisterActivity extends BaseActivity<SImplePresenter, ActivityRegi
if
(!
TextUtils
.
isEmpty
(
mSelectList
.
get
(
0
).
getCompressPath
()))
{
if
(!
TextUtils
.
isEmpty
(
mSelectList
.
get
(
0
).
getCompressPath
()))
{
identityPath
=
mSelectList
.
get
(
0
).
getCompressPath
();
identityPath
=
mSelectList
.
get
(
0
).
getCompressPath
();
}
else
{
}
else
{
identityPath
=
mSelectList
.
get
(
0
).
getPath
();
identityPath
=
mSelectList
.
get
(
0
).
get
Cut
Path
();
}
}
GlideImageLoader
.
load
(
mActivity
,
identityPath
,
mBind
.
idetntity
);
GlideImageLoader
.
load
(
mActivity
,
identityPath
,
mBind
.
idetntity
);
}
}
...
...
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