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

Commit 41e7363f authored by Jaikumar Ganesh's avatar Jaikumar Ganesh
Browse files

Return ICC Card ABSENT instead of NOT_READY when it is not present.

parent 062292b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -595,7 +595,7 @@ public abstract class IccCard {

        // this is common for all radio technologies
        if (!mIccCardStatus.getCardState().isCardPresent()) {
            return IccCard.State.NOT_READY;
            return IccCard.State.ABSENT;
        }

        RadioState currentRadioState = mPhone.mCM.getRadioState();