don't include revoked user packets in search string

This commit is contained in:
Vincent Breitmoser
2018-07-04 21:57:52 +02:00
parent 75cf861674
commit 51551eb0c7
2 changed files with 4 additions and 1 deletions

View File

@@ -103,6 +103,9 @@ public class KeychainDatabase {
if (!db.isReadOnly()) {
// Enable foreign key constraints
db.execSQL("PRAGMA foreign_keys=ON;");
if (Constants.DEBUG) {
recreateUnifiedKeyView(db);
}
}
}
}).build());