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

Commit a3695574 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Update linkproperties after proxy is set"

parents 0d6fc242 a3b2feb1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1160,6 +1160,9 @@ public final class DataConnection extends StateMachine {
                    if (VDBG) log("REQ_SET_LINK_PROPERTIES_HTTP_PROXY proxy=" + proxy);
                    setLinkPropertiesHttpProxy(proxy);
                    mAc.replyToMessage(msg, DcAsyncChannel.RSP_SET_LINK_PROPERTIES_HTTP_PROXY);
                    if (mNetworkAgent != null) {
                        mNetworkAgent.sendLinkProperties(mLinkProperties);
                    }
                    break;
                }
                case DcAsyncChannel.REQ_GET_NETWORK_CAPABILITIES: {