mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Added DNS to debug info
This commit is contained in:
@@ -372,7 +372,7 @@ public class DnsHelper {
|
||||
}
|
||||
}
|
||||
|
||||
private static List<String> getDnsServers(Context context) {
|
||||
static List<String> getDnsServers(Context context) {
|
||||
List<String> result = new ArrayList<>(_getDnsServers(context));
|
||||
|
||||
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
|
||||
|
||||
Reference in New Issue
Block a user