mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Change the JobDatabase to use a different error handler.
Relates to #13762
This commit is contained in:
@@ -43,7 +43,7 @@ class JobDatabase(
|
||||
null,
|
||||
DATABASE_VERSION,
|
||||
0,
|
||||
SqlCipherErrorHandler(DATABASE_NAME),
|
||||
SqlCipherDeletingErrorHandler(DATABASE_NAME),
|
||||
SqlCipherDatabaseHook(),
|
||||
true
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user