mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
Reset recipient cache after a backup restore.
This commit is contained in:
@@ -456,6 +456,9 @@ object BackupRepository {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
AppDependencies.recipientCache.clear()
|
||||||
|
AppDependencies.recipientCache.warmUp()
|
||||||
|
|
||||||
Log.d(TAG, "import() ${eventTimer.stop().summary}")
|
Log.d(TAG, "import() ${eventTimer.stop().summary}")
|
||||||
|
|
||||||
val groupJobs = SignalDatabase.groups.getGroups().use { groups ->
|
val groupJobs = SignalDatabase.groups.getGroups().use { groups ->
|
||||||
|
|||||||
Reference in New Issue
Block a user