mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
Fix avatar loading in OS views when app is not running.
This commit is contained in:
committed by
mtang-signal
parent
8a4d9fc635
commit
71b5a9f865
@@ -188,7 +188,7 @@ object BackupRepository {
|
||||
}
|
||||
|
||||
val db = KeyValueDatabase.createWithName(context, "$baseName.db")
|
||||
SignalStore(KeyValueStore(db))
|
||||
SignalStore(context, KeyValueStore(db))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user