Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #20598 from jmcanterafonseca/num_dups_merged_sim_f…
Browse files Browse the repository at this point in the history
…inal

Bug 1026370 - SIM Import. User can't see message when contacts are merge...
  • Loading branch information
jmcanterafonseca authored and rvandermeulen committed Jun 17, 2014
1 parent 5699e1b commit 0ad3189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/js/contacts/import/utilities/import_sim_contacts.js
Expand Up @@ -41,7 +41,7 @@ function SimContactsImporter(targetIcc) {

function notifyFinish() {
if (typeof self.onfinish === 'function') {
window.setTimeout(self.onfinish, 0);
window.setTimeout(self.onfinish, 0, numDupsMerged);
}
}

Expand Down

0 comments on commit 0ad3189

Please sign in to comment.