Disable update check for third part builds

This commit is contained in:
M66B
2019-08-11 12:58:03 +02:00
parent 355339d3cf
commit 3222b3695b
2 changed files with 4 additions and 2 deletions

View File

@@ -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();