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

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

Merge "Fix multiple ussd failure messages issue"

parents ebd85b27 ae32a290
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1134,6 +1134,9 @@ public final class GsmMmiCode extends Handler implements MmiCode {
            break;

            case EVENT_USSD_CANCEL_COMPLETE:
                if (mState != State.CANCELLED) {
                    mState = State.CANCELLED;
                }
                mPhone.onMMIDone(this);
            break;
        }