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

Commit bbf34398 authored by Jordan Liu's avatar Jordan Liu Committed by Automerger Merge Worker
Browse files

Do not use portIndex API until implemented am: b4fb3609

parents 742b305c b4fb3609
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -856,9 +856,10 @@ public abstract class EuiccService extends Service {
            mExecutor.execute(new Runnable() {
                @Override
                public void run() {
                    // TODO(b/207392528: use portIndex API once implemented)
                    int result =
                            EuiccService.this.onSwitchToSubscriptionWithPort(
                                    slotId, portIndex, iccid, forceDeactivateSim);
                            EuiccService.this.onSwitchToSubscription(
                                    slotId, iccid, forceDeactivateSim);
                    try {
                        callback.onComplete(result);
                    } catch (RemoteException e) {