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

Commit 062cafc2 authored by Adnan Begovic's avatar Adnan Begovic Committed by Ethan Chen
Browse files

telephony: Fix build on bad cherry-pick resolution.

   attachedState != mAutoAttachOnCreation.

Change-Id: I358db9652214bc24f4ea887886f5cb4ad919b720
TICKET: PAELLA-172
parent 8f331eed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -901,7 +901,7 @@ public final class DcTracker extends DcTrackerBase {
        if (!allowed && DBG) {
            String reason = "";
            if (!(attachedState || mAutoAttachOnCreation.get())) {
                reason += " - Attached= " + attachedState.get();
                reason += " - Attached= " + attachedState;
            }
            if (!(subscriptionFromNv || recordsLoaded)) {
                reason += " - SIM not loaded and not NV subscription";