mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 725599 - B2G telephony: speakerEnabled does not work; r=philikon
This commit is contained in:
parent
eb07f876aa
commit
78535c5387
@ -387,7 +387,7 @@ RadioInterfaceLayer.prototype = {
|
||||
gAudioManager.phoneState = nsIAudioManager.PHONE_STATE_IN_CALL; // XXX why is this needed?
|
||||
let force = value ? nsIAudioManager.FORCE_SPEAKER :
|
||||
nsIAudioManager.FORCE_NONE;
|
||||
gAudioManager.setForceUse(nsIAudioManager.USE_COMMUNICATION, force);
|
||||
gAudioManager.setForceForUse(nsIAudioManager.USE_COMMUNICATION, force);
|
||||
},
|
||||
|
||||
getNumberOfMessagesForText: function getNumberOfMessagesForText(text) {
|
||||
|
Loading…
Reference in New Issue
Block a user