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

Commit 4d3af373 authored by Sanket Padawe's avatar Sanket Padawe
Browse files

Set user callback message in setInitialAttachApn

Set user callback message in setInitialAttachApn instead of
setting null

Bug: 22849023

Change-Id: I576ac109ef8230e91b075770f3da97f08f1744d0
parent 78867803
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4663,7 +4663,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");