move notification of key changes into DAOs
This commit is contained in:
@@ -244,7 +244,8 @@ public class InteropTest {
|
||||
|
||||
KeyWritableRepository helper = new KeyWritableRepository(RuntimeEnvironment.application,
|
||||
LocalPublicKeyStorage.getInstance(RuntimeEnvironment.application),
|
||||
LastUpdateInteractor.create(RuntimeEnvironment.application)) {
|
||||
LastUpdateInteractor.create(RuntimeEnvironment.application),
|
||||
DatabaseNotifyManager.create(RuntimeEnvironment.application)) {
|
||||
|
||||
@Override
|
||||
public CachedPublicKeyRing getCachedPublicKeyRing(Uri queryUri) throws PgpKeyNotFoundException {
|
||||
|
||||
Reference in New Issue
Block a user