mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
Properly clear unknown ids from storage service.
This commit is contained in:
committed by
Cody Henthorne
parent
cb126a2f08
commit
0fe9df3023
@@ -386,7 +386,7 @@ public class StorageSyncJob extends BaseJob {
|
||||
db.beginTransaction();
|
||||
try {
|
||||
processKnownRecords(context, records);
|
||||
SignalDatabase.unknownStorageIds().getAllWithTypes(knownTypes);
|
||||
SignalDatabase.unknownStorageIds().deleteAllWithTypes(knownTypes);
|
||||
db.setTransactionSuccessful();
|
||||
} finally {
|
||||
db.endTransaction();
|
||||
|
||||
Reference in New Issue
Block a user