catch all exceptions when stopping fingerprint, maybe there is a java exception

This commit is contained in:
Philipp Crocoll
2019-03-21 04:15:04 +01:00
parent 80ba3b969d
commit ee5a8534a7

View File

@@ -216,7 +216,7 @@ namespace keepass2android
{
_cancellationSignal.Cancel();
}
catch (System.ObjectDisposedException e)
catch (System.Exception e)
{
Kp2aLog.LogUnexpectedError(e);
}