1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 07:23:03 +00:00

Disable DBL in play store version

This commit is contained in:
M66B 2022-05-18 10:49:35 +02:00
parent 25c1fba61f
commit 94c017e44c

View file

@ -372,6 +372,9 @@ public class DnsBlockList {
Log.e(ex);
}
this.responses = r.toArray(new InetAddress[0]);
if (!numeric && BuildConfig.PLAY_STORE_RELEASE)
this.enabled = null;
}
}
}