mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-20 09:08:25 +00:00
Use custom work manager database name to avoid collision with the recent Android API.
This commit is contained in:
parent
f679813b68
commit
f9cec47c69
@ -24,7 +24,7 @@ final class WorkManagerDatabase extends SQLiteOpenHelper {
|
||||
|
||||
private static final String TAG = WorkManagerDatabase.class.getSimpleName();
|
||||
|
||||
static final String DB_NAME = "androidx.work.workdb";
|
||||
static final String DB_NAME = "session.workdb";
|
||||
|
||||
WorkManagerDatabase(@NonNull Context context) {
|
||||
super(context, DB_NAME, null, 5);
|
||||
|
Loading…
x
Reference in New Issue
Block a user