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

Commit 6efafc60 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Ask first option should work as expected"

parents 3481378d b2a75ec9
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -681,14 +681,12 @@ public final class Call {
        mInCallAdapter.postDialContinue(mTelecomCallId, proceed);
    }

//FIXME L-MR1-INTERNAL
    /**
     * Notifies this {@code Call} that an account has been selected and to proceed with placing
     * an outgoing call. Optionally sets this account as the default account.
     */
    public void phoneAccountSelected(PhoneAccountHandle accountHandle, boolean setDefault) {
        //mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle, setDefault);

        mInCallAdapter.phoneAccountSelected(mTelecomCallId, accountHandle);
    }