don't include revoked user packets in search string
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user