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

Commit c0e29621 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 ed2f7cec 764d5c7d
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: {