mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Fixed BitBucket updated check
This commit is contained in:
parent
cd955c4f3c
commit
8045834c14
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue