add option to sync database after quick-unlocking the database. closes https://github.com/PhilippC/keepass2android/issues/188

This commit is contained in:
Philipp Crocoll
2021-11-17 11:30:43 +01:00
parent 7014f5d9f1
commit 294e6f5edf
11 changed files with 160 additions and 95 deletions

View File

@@ -51,7 +51,7 @@ namespace keepass2android
if (!MemUtil.ArraysEqual(_app.CurrentDb.KpDatabase.HashOfFileOnDisk, hashingRemoteStream.Hash))
{
_app.TriggerReload(_context);
_app.TriggerReload(_context, null);
Finish(true);
}
else