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

Commit 3e94f274 authored by Cassie Han's avatar Cassie Han Committed by Gerrit Code Review
Browse files

Merge "Tiny bug fix in TelephonyManager#parseAtr()."

parents ebac58c8 6da9f211
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();
    }