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

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

Merge "should set user callback message in setInitialAttachApn"

parents 8af005e1 cd5f6ead
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4723,7 +4723,7 @@ public final class RIL extends BaseCommands implements CommandsInterface {

    public void setInitialAttachApn(String apn, String protocol, int authType, String username,
            String password, Message result) {
        RILRequest rr = RILRequest.obtain(RIL_REQUEST_SET_INITIAL_ATTACH_APN, null);
        RILRequest rr = RILRequest.obtain(RIL_REQUEST_SET_INITIAL_ATTACH_APN, result);

        if (RILJ_LOGD) riljLog("Set RIL_REQUEST_SET_INITIAL_ATTACH_APN");