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

Commit a73bf2ce 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

Change-Id: I421296286ad3631d77ef3c6a416c2684207a2da9
parents 9f88bd94 6397bfd9
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();
    }