mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 20:18:36 +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}")
|
||||
|
||||
val groupJobs = SignalDatabase.groups.getGroups().use { groups ->
|
||||
|
||||
Reference in New Issue
Block a user