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

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

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

parents 53fe511a f9112090
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();
    }

    /**