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 Original line Diff line number Diff line
@@ -856,9 +856,10 @@ public abstract class EuiccService extends Service {
            mExecutor.execute(new Runnable() {
            mExecutor.execute(new Runnable() {
                @Override
                @Override
                public void run() {
                public void run() {
                    // TODO(b/207392528: use portIndex API once implemented)
                    int result =
                    int result =
                            EuiccService.this.onSwitchToSubscriptionWithPort(
                            EuiccService.this.onSwitchToSubscription(
                                    slotId, portIndex, iccid, forceDeactivateSim);
                                    slotId, iccid, forceDeactivateSim);
                    try {
                    try {
                        callback.onComplete(result);
                        callback.onComplete(result);
                    } catch (RemoteException e) {
                    } catch (RemoteException e) {