am 2a39758e: Merge change I51d41230 into eclair
Merge commit '2a39758ecb315a77f05800cc04f7ca65954c9026' into eclair-mr2 * commit '2a39758ecb315a77f05800cc04f7ca65954c9026': Make sure CF icon updates when using "all CF" MMI.
This commit is contained in:
@@ -595,7 +595,8 @@ public final class GsmMmiCode extends Handler implements MmiCode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int isSettingUnconditionalVoice =
|
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_VOICE) != 0) ||
|
||||||
(serviceClass == CommandsInterface.SERVICE_CLASS_NONE))) ? 1 : 0;
|
(serviceClass == CommandsInterface.SERVICE_CLASS_NONE))) ? 1 : 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user