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

Commit 51d41230 authored by jsh's avatar jsh
Browse files

Make sure CF icon updates when using "all CF" MMI.

Fixes b/2074739.
parent 53f33d84
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -595,7 +595,8 @@ public final class GsmMmiCode extends Handler implements MmiCode {
                    }

                    int isSettingUnconditionalVoice =
                        ((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) &&
                        (((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) ||
                                (reason == CommandsInterface.CF_REASON_ALL)) &&
                                (((serviceClass & CommandsInterface.SERVICE_CLASS_VOICE) != 0) ||
                                 (serviceClass == CommandsInterface.SERVICE_CLASS_NONE))) ? 1 : 0;