mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Move the MegaphoneDatabase to a separate physical database.
This commit is contained in:
committed by
Alan Evans
parent
9da49f9f8a
commit
86542febf9
@@ -39,7 +39,7 @@ public class MegaphoneRepository {
|
||||
public MegaphoneRepository(@NonNull Application context) {
|
||||
this.context = context;
|
||||
this.executor = SignalExecutors.SERIAL;
|
||||
this.database = DatabaseFactory.getMegaphoneDatabase(context);
|
||||
this.database = MegaphoneDatabase.getInstance(context);
|
||||
this.databaseCache = new HashMap<>();
|
||||
|
||||
executor.execute(this::init);
|
||||
|
||||
Reference in New Issue
Block a user