mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 16:40:53 +01:00
Disable update check for third part builds
This commit is contained in:
@@ -685,7 +685,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
}
|
||||
|
||||
private void checkUpdate(boolean always) {
|
||||
if (Helper.isPlayStoreInstall(this))
|
||||
if (Helper.isPlayStoreInstall(this) || !Helper.hasValidFingerprint(this))
|
||||
return;
|
||||
|
||||
long now = new Date().getTime();
|
||||
|
||||
Reference in New Issue
Block a user