fixed bugs
removed some error reporting in cases where the errors are somewhat expected and handled
This commit is contained in:
@@ -83,6 +83,8 @@ namespace keepass2android
|
||||
}
|
||||
catch (Java.Lang.Exception e)
|
||||
{
|
||||
if (e.Message == "Invalid key!")
|
||||
throw new InvalidCompositeKeyException();
|
||||
throw new Exception(e.LocalizedMessage ??
|
||||
e.Message ??
|
||||
e.GetType().Name, e);
|
||||
|
||||
Reference in New Issue
Block a user