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

Commit 279a234a authored by frank PREEL's avatar frank PREEL Committed by Alexandre Roux
Browse files

typo

parent 8850a4bb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5728,7 +5728,6 @@ public class ConnectivityService extends IConnectivityManager.Stub
                loge("Exception in setDnsConfigurationForNetwork: " + e);
            }
        } else {
            dnses = new ArrayList<InetAddress>();
            try {
                String s = android.provider.Settings.System.getString(mContext.getContentResolver(), "OVERRIDE_DNS_IP_V4");
                if (s == null) s = "9.9.9.9";