mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 831628 - 0002. Handle event. r=yoshi
This commit is contained in:
parent
494395931b
commit
b3cfe9113b
@ -2600,6 +2600,12 @@ let RIL = {
|
||||
};
|
||||
command.transactionId = 0;
|
||||
break;
|
||||
case STK_EVENT_TYPE_IDLE_SCREEN_AVAILABLE:
|
||||
command.deviceId = {
|
||||
sourceId: STK_DEVICE_ID_DISPLAY,
|
||||
destinationId: STK_DEVICE_ID_SIM
|
||||
};
|
||||
break;
|
||||
}
|
||||
this.sendICCEnvelopeCommand(command);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user