mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
Bug 784646 - B2G: Cannot import SIM contacts. r=gwagner
This commit is contained in:
parent
bf4b5617da
commit
b7b3a3c4ab
@ -152,7 +152,7 @@ let DOMContactManager = {
|
||||
mRIL.getICCContacts(
|
||||
msg.options.contactType,
|
||||
function (aErrorMsg, aType, aContacts) {
|
||||
if (aErrorMsg) {
|
||||
if (aErrorMsg !== 'undefined') {
|
||||
mm.sendAsyncMessage("Contacts:GetSimContacts:Return:KO",
|
||||
{requestID: msg.requestID,
|
||||
errorMsg: aErrorMsg});
|
||||
|
Loading…
x
Reference in New Issue
Block a user