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

Commit d65928c5 authored by Jason Monk's avatar Jason Monk
Browse files

Fix Eclipse Refactoring Issues

Change-Id: I5c16fce7f5478bb6acc9df1b54f386cae95a4a16
parent 79a9a4e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ public class ProxySelector extends Fragment implements DialogCreatable {
        if (proxy != null) {
            hostname = proxy.getHost();
            port = proxy.getPort();
            exclList = proxy.getExclusionListAsList();
            exclList = proxy.getExclusionListAsString();
        }

        if (hostname == null) {