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

Commit f9112090 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android Git Automerger
Browse files

am 676f7052: am 0a08b194: Merge "Fix HttpProxy." into froyo

Merge commit '676f7052' into kraken

* commit '676f7052':
  Fix HttpProxy.
parents 3a694c04 676f7052
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -238,6 +238,8 @@ public class RequestQueue implements RequestFeeder {
            mContext.registerReceiver(mProxyChangeReceiver,
                                      new IntentFilter(Proxy.PROXY_CHANGE_ACTION));
        }
        // we need to resample the current proxy setup
        setProxyConfig();
    }

    /**