removes the account retainer logic
This commit is contained in:
+5
-4
@@ -160,9 +160,10 @@ class AlwaysOnNotificationServiceManager(
|
||||
private fun stopMultiAccountPreload() {
|
||||
preloadJob?.cancel()
|
||||
preloadJob = null
|
||||
val active = activePubKeyProvider()
|
||||
if (active != null) {
|
||||
accountsCache.retainOnly(setOf(active))
|
||||
}
|
||||
// remove this because we don't know which other accounts might be getting used.
|
||||
// val active = activePubKeyProvider()
|
||||
// if (active != null) {
|
||||
// accountsCache.retainOnly(setOf(active))
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user