Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65163807 authored by Dinesh K Garg's avatar Dinesh K Garg Committed by Steve Kondik
Browse files

Early DNS Implementation

Change-Id: Ibd4d79015110f4a682b7e27b7adde896bd174ff4
parent fe54f40d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -813,6 +813,11 @@ class BrowserFrame extends Handler {
        return null;
    }

    private void resolveDnsForHost(String host) {
        if(DnsResolver.getInstance() != null)
            DnsResolver.getInstance().resolveDnsForHost(host,"1");
    }

    /**
     * Try to focus this WebView.
     */