Skip to content

Commit

Permalink
Change the JobDatabase to use a different error handler.
Browse files Browse the repository at this point in the history
Relates to #13762
  • Loading branch information
greyson-signal committed Nov 21, 2024
1 parent 6ff31b9 commit a71359a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class JobDatabase(
null,
DATABASE_VERSION,
0,
SqlCipherErrorHandler(DATABASE_NAME),
SqlCipherDeletingErrorHandler(DATABASE_NAME),
SqlCipherDatabaseHook(),
true
),
Expand Down

0 comments on commit a71359a

Please sign in to comment.