mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
fix persistance
This commit is contained in:
@@ -140,7 +140,7 @@ public class AppModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
ForumPersistentData provideForumPersistence(ForumPersistentData fpd) {
|
||||
return fpd;
|
||||
ForumPersistentData provideForumPersistence() {
|
||||
return new ForumPersistentData();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user