mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 15:48:34 +00:00
Fix typo in RemappedRecords.
This commit is contained in:
parent
8ed7fc894e
commit
0950235ccd
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user