add option to sync database after quick-unlocking the database. closes https://github.com/PhilippC/keepass2android/issues/188
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user