Fixed BitBucket updated check

This commit is contained in:
M66B 2022-11-03 13:40:48 +01:00
parent cd955c4f3c
commit 8045834c14
1 changed files with 1 additions and 1 deletions

View File

@ -1595,7 +1595,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
c[1].length() < 8 ||
!"github".equals(c[2]) ||
!"update".equals(c[3]))
return null;
continue;
// v1.1995a
Integer version = Helper.parseInt(c[1].substring(3, c[1].length() - 1));