mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 10:03:51 +02:00
Disable DBL in play store version
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user