Fix typo in RemappedRecords.
This commit is contained in:
parent
8ed7fc894e
commit
0950235ccd
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class RemappedRecords {
|
||||||
*/
|
*/
|
||||||
void addThread(@NonNull Context context, long oldId, long newId) {
|
void addThread(@NonNull Context context, long oldId, long newId) {
|
||||||
ensureInTransaction(context);
|
ensureInTransaction(context);
|
||||||
ensureRecipientMapIsPopulated(context);
|
ensureThreadMapIsPopulated(context);
|
||||||
threadMap.put(oldId, newId);
|
threadMap.put(oldId, newId);
|
||||||
DatabaseFactory.getRemappedRecordsDatabase(context).addThreadMapping(oldId, newId);
|
DatabaseFactory.getRemappedRecordsDatabase(context).addThreadMapping(oldId, newId);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue