1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 06:31:17 +00:00

Fixed update check

This commit is contained in:
M66B 2021-06-01 14:05:11 +02:00
parent 0323c93003
commit 4e51bf1304

View file

@ -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