am a50a0e90: Merge "Fix NPE when going from proxy to no proxy." into honeycomb-LTE
* commit 'a50a0e90fdd748218b738b9c13393d65248dd2cd': Fix NPE when going from proxy to no proxy.
This commit is contained in:
@@ -2300,7 +2300,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
||||
synchronized (this) {
|
||||
if (mDefaultProxy != null && mDefaultProxy.equals(proxy)) return;
|
||||
if (mDefaultProxy == proxy) return;
|
||||
if (!TextUtils.isEmpty(proxy.getHost())) {
|
||||
if (proxy != null && !TextUtils.isEmpty(proxy.getHost())) {
|
||||
mDefaultProxy = proxy;
|
||||
} else {
|
||||
mDefaultProxy = null;
|
||||
|
||||
Reference in New Issue
Block a user