Bug 915987 - Part 2: Update recordId for USIM contact. r=vicamo

This commit is contained in:
"allstars.chh" 2013-09-13 00:07:14 +02:00
Родитель d988496c27
Коммит beeab71058
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -12731,6 +12731,7 @@ let ICCContactHelper = {
error("Cannot access Phonebook.");
return;
}
contact.recordId %= ICC_MAX_LINEAR_FIXED_RECORDS;
this.updatePhonebookSet(pbr, contact, onsuccess, onerror);
}.bind(this);