mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 20:28:33 +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) {
|
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…
x
Reference in New Issue
Block a user