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

Commit cd5f6ead authored by Bobby Wang's avatar Bobby Wang
Browse files

should set user callback message in setInitialAttachApn

should set user callback message in setInitialAttachApn instead of
setting null by RIL.java itself

Change-Id: I576ac109ef8230e91b075770f3da97f08f1744d0
CRs-Fixed: 730595
parent a82f430b
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");