mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-22 15:49:53 +01:00
RestoreAccount should be injected as singleton
This commit is contained in:
@@ -123,6 +123,7 @@ public class SocialBackupModule {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Provides
|
@Provides
|
||||||
|
@Singleton
|
||||||
RestoreAccount restoreAccount(RestoreAccountImpl restoreAccount) {
|
RestoreAccount restoreAccount(RestoreAccountImpl restoreAccount) {
|
||||||
return restoreAccount;
|
return restoreAccount;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user