Fixed BitBucket update check (2)

This commit is contained in:
M66B 2022-11-03 14:09:03 +01:00
parent 5c3082e145
commit 9360763110
1 changed files with 2 additions and 3 deletions

View File

@ -1600,7 +1600,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
// v1.1995a
Integer version = Helper.parseInt(c[1].substring(3, c[1].length() - 1));
if (version == null)
return null;
continue;
char revision = c[1].charAt(c[1].length() - 1);
if (BuildConfig.DEBUG ||
@ -1611,8 +1611,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
info.html_url = BuildConfig.BITBUCKET_DOWNLOADS_URI;
info.download_url = link;
return info;
} else
return null;
}
}
} else {
if (!jroot.has("tag_name") || jroot.isNull("tag_name"))