mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 942096 - Extend stk system message to support multiple sim. r=hsinyi
This commit is contained in:
parent
ef469db7a2
commit
fdb623e1db
@ -2334,7 +2334,12 @@ RadioInterface.prototype = {
|
||||
|
||||
handleStkProactiveCommand: function handleStkProactiveCommand(message) {
|
||||
if (DEBUG) this.debug("handleStkProactiveCommand " + JSON.stringify(message));
|
||||
gSystemMessenger.broadcastMessage("icc-stkcommand", message);
|
||||
let iccId = this.rilContext.iccInfo && this.rilContext.iccInfo.iccid;
|
||||
if (iccId) {
|
||||
gSystemMessenger.broadcastMessage("icc-stkcommand",
|
||||
{iccId: iccId,
|
||||
command: message});
|
||||
}
|
||||
gMessageManager.sendIccMessage("RIL:StkCommand", this.clientId, message);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user