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

Commit 8733a2d2 authored by Danesh Mondegarian's avatar Danesh Mondegarian Committed by Danny Baumann
Browse files

Frameworks : Make sure a reply is sent when not provisioning default apn

Not doing so holds up the entire async executor service and breaks things like
loading icons in the share dialog. To reproduce :

Upon boot, take screenshot and click share in the notification.

Change-Id: I1b1443bfa42d62b99881e770c08f79ebe3673139
parent 169fd202
Loading
Loading
Loading
Loading
+3 −1
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;
                }