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

Commit 3590b21d authored by Hakjun Choi's avatar Hakjun Choi Committed by Android (Google) Code Review
Browse files

Merge "IImsCallSession AIDL calls are handled on a different thread for MT calls"

parents 7924b40e 143c42ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -700,6 +700,7 @@ public class MmTelFeature extends ImsFeature {
            throw new IllegalStateException("Session is not available.");
        }
        try {
            c.setDefaultExecutor(MmTelFeature.this.mExecutor);
            listener.onIncomingCall(c.getServiceImpl(), extras);
        } catch (RemoteException e) {
            throw new RuntimeException(e);