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

Commit 8a903223 authored by Cassie Han's avatar Cassie Han Committed by android-build-merger
Browse files

Merge "Tiny bug fix in TelephonyManager#parseAtr()." am: 3e94f274 am: 6397bfd9

am: a73bf2ce

Change-Id: Ib2484a7c1ef3ecbe277f04cf83c45f3244038bd8
parents 2acc8ed2 a73bf2ce
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -206,9 +206,6 @@ public class UiccSlot extends Handler {

    private void parseAtr(String atr) {
        mAtr = AnswerToReset.parseAtr(atr);
        if (mAtr == null) {
            return;
        }
        checkIsEuiccSupported();
    }