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

Commit b7a5be0d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents a9b2e24e 81f2d9fe
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))