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

Commit a500d67c authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Gerrit Code Review
Browse files

Merge "Fix data connection issue when built connection with proxy APN."

parents ece22ce7 609dc16d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1175,6 +1175,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: {