Fix reference to ProxyInfo extra
Also remove unneeded null check. Change-Id: Ic25d1087f93632a24755b284ede41d870492e25d
This commit is contained in:
@@ -155,9 +155,6 @@ public class ProxyInfo implements Parcelable {
|
|||||||
mHost = source.getHost();
|
mHost = source.getHost();
|
||||||
mPort = source.getPort();
|
mPort = source.getPort();
|
||||||
mPacFileUrl = source.mPacFileUrl;
|
mPacFileUrl = source.mPacFileUrl;
|
||||||
if (mPacFileUrl == null) {
|
|
||||||
mPacFileUrl = Uri.EMPTY;
|
|
||||||
}
|
|
||||||
mExclusionList = source.getExclusionListAsString();
|
mExclusionList = source.getExclusionListAsString();
|
||||||
mParsedExclusionList = source.mParsedExclusionList;
|
mParsedExclusionList = source.mParsedExclusionList;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user