refactoring, remove Loaded property from database. instead, make GetDb() return null if database is not loaded.

This commit is contained in:
Philipp Crocoll
2018-10-01 11:12:37 +02:00
parent 4f36de9900
commit 977393a9aa
16 changed files with 57 additions and 115 deletions

View File

@@ -74,7 +74,6 @@ namespace keepass2android
// Set Database state
db.Root = db.KpDatabase.RootGroup;
db.Loaded = true;
db.SearchHelper = new SearchDbHelper(_app);
// Add a couple default groups