catch all exceptions when stopping fingerprint, maybe there is a java exception
This commit is contained in:
@@ -216,7 +216,7 @@ namespace keepass2android
|
|||||||
{
|
{
|
||||||
_cancellationSignal.Cancel();
|
_cancellationSignal.Cancel();
|
||||||
}
|
}
|
||||||
catch (System.ObjectDisposedException e)
|
catch (System.Exception e)
|
||||||
{
|
{
|
||||||
Kp2aLog.LogUnexpectedError(e);
|
Kp2aLog.LogUnexpectedError(e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user