mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 23:12:55 +00:00
Disable DBL in play store version
This commit is contained in:
parent
25c1fba61f
commit
94c017e44c
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue