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

Commit 4aece627 authored by Hall Liu's avatar Hall Liu Committed by Gerrit Code Review
Browse files

Merge "Display "Service has been disabled" when query call barring,it has turned on actually"

parents 5459c466 8e714cf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1622,7 +1622,7 @@ public final class ImsPhoneMmiCode extends Handler implements MmiCode {
                if (infos == null || infos.length == 0) {
                    sb.append(mContext.getText(com.android.internal.R.string.mmiError));
                } else {
                    if (infos[0] == 1) {
                    if (infos[0] != 0) {
                        sb.append(mContext.getText(com.android.internal.R.string.serviceEnabled));
                        mState = State.COMPLETE;
                    } else {