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