mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-22 18:55:12 +00:00
Fix typo in RemappedRecords.
This commit is contained in:
@@ -64,7 +64,7 @@ class RemappedRecords {
|
||||
*/
|
||||
void addThread(@NonNull Context context, long oldId, long newId) {
|
||||
ensureInTransaction(context);
|
||||
ensureRecipientMapIsPopulated(context);
|
||||
ensureThreadMapIsPopulated(context);
|
||||
threadMap.put(oldId, newId);
|
||||
DatabaseFactory.getRemappedRecordsDatabase(context).addThreadMapping(oldId, newId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user