Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1283 from jfim/patch-1
Browse files Browse the repository at this point in the history
Potential bugfix for #1282
  • Loading branch information
M66B committed Feb 8, 2014
2 parents 102fdb9 + 4cd699a commit 3c80b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/PrivacyService.java
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@ private SQLiteDatabase getDatabase() {
db.setVersion(2);

if (db.needUpgrade(3)) {
mLock.writeLock().unlock();
mLock.writeLock().lock();
db.beginTransaction();
try {
db.execSQL("DELETE FROM usage WHERE method=''");
Expand Down

0 comments on commit 3c80b5f

Please sign in to comment.