Skip to content

Commit

Permalink
Potential bugfix for M66B#1282
Browse files Browse the repository at this point in the history
  • Loading branch information
jfim committed Feb 8, 2014
1 parent 3cec40d commit 4cd699a
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 4cd699a

Please sign in to comment.