Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
polysoft-nafmii
/
polysoft-android
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 38ecb608
authored
Oct 29, 2021
by
amateur
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
1c58f8ad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/src/main/java/com/polysoft/nafmii/utils/UpdateUtils.java
app/src/main/java/com/polysoft/nafmii/utils/UpdateUtils.java
View file @
38ecb60
...
@@ -63,7 +63,7 @@ public class UpdateUtils {
...
@@ -63,7 +63,7 @@ public class UpdateUtils {
static
void
downH5Version
(
UpdateVersion
update
)
{
static
void
downH5Version
(
UpdateVersion
update
)
{
String
url
=
update
.
getLocation
();
String
url
=
update
.
getLocation
();
if
(
TextUtils
.
isEmpty
(
url
))
{
if
(
TextUtils
.
isEmpty
(
url
)
||
WebVersionUtils
.
getVersion
().
equals
(
update
.
getvNumber
())
)
{
return
;
return
;
}
}
if
(!
url
.
startsWith
(
"http"
))
{
if
(!
url
.
startsWith
(
"http"
))
{
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment