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

Commit 8d424e8c authored by Tyler Gunn's avatar Tyler Gunn Committed by android-build-merger
Browse files

Merge "Ensure call forwarding and barring MMI codes can work over IMS."

am: b7a5be0d

Change-Id: Ieece6b2140f4b932c15fbee85246b07abfd4dcc6
parents 02958aa0 b7a5be0d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -723,7 +723,6 @@ public final class ImsPhoneMmiCode extends Handler implements MmiCode {
    boolean
    isSupportedOverImsPhone() {
        if (isShortCode()) return true;
        else if (mDialingNumber != null) return false;
        else if (isServiceCodeCallForwarding(mSc)
                || isServiceCodeCallBarring(mSc)
                || (mSc != null && mSc.equals(SC_WAIT))