mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Fixed update check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user