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

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

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

Merge commit '0a08b194' into froyo-plus-aosp

* commit '0a08b194':
  Fix HttpProxy.
parents 86f6f536 0a08b194
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();
    }

    /**