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

Commit 6d68ebc0 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

DcTracker: Don't leave CMD_IS_PROVISIONING_APN dangling

Change I99344d89235b24689cde14335bf593099169ef0d exited the message
handler without a reply to the caller, leaving the singlethread queue
waiting for a reply and blocking other async tasks.

Change-Id: If12361c0037e9ca0662d720acfe55215924b67fd
parent 169fd202
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -951,6 +951,8 @@ public abstract class DcTrackerBase extends Handler {
                ApnContext apnContext = mApnContexts.get(PhoneConstants.APN_TYPE_DEFAULT);
                if (apnContext.getState() == State.DISCONNECTING){
                      log("CMD_IS_PROVISIONING_APN: APN default is DISCONNECTING");
                      mReplyAc.replyToMessage(msg, DctConstants.CMD_IS_PROVISIONING_APN,
                              DctConstants.DISABLED);
                      break;
                }