RestoreAccount should be injected as singleton

This commit is contained in:
ameba23
2021-04-22 11:55:20 +02:00
parent 3ac7d71f8a
commit 60c6c6a7ae

View File

@@ -123,6 +123,7 @@ public class SocialBackupModule {
}
@Provides
@Singleton
RestoreAccount restoreAccount(RestoreAccountImpl restoreAccount) {
return restoreAccount;
}