don't throw potential exception when checking if file is readonly

This commit is contained in:
Philipp Crocoll
2020-05-30 19:48:02 +02:00
parent 7c72f781a2
commit 965a79f029

View File

@@ -270,7 +270,7 @@ namespace keepass2android.Io
}
else return false;
}
else throw new Exception("couldn't move to first result element: " + (cursor == null) + uri.ToString());
else return false;
}
catch (Exception e)
{