mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Fixed update check
This commit is contained in:
parent
0323c93003
commit
4e51bf1304
1 changed files with 1 additions and 1 deletions
|
@ -1007,7 +1007,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
|||
if (BuildConfig.DEBUG)
|
||||
return info;
|
||||
try {
|
||||
if (Double.parseDouble(info.tag_name) <
|
||||
if (Double.parseDouble(info.tag_name) <=
|
||||
Double.parseDouble(BuildConfig.VERSION_NAME))
|
||||
return null;
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue