fix issue with loading Yubikey aux file. closes #2880
This commit is contained in:
@@ -420,8 +420,14 @@ namespace keepass2android
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
var iocAux = GetDefaultAuxLocation();
|
var iocAux = GetDefaultAuxLocation();
|
||||||
LoadFile(iocAux);
|
LoadFile(iocAux);
|
||||||
}
|
|
||||||
|
if (Activity._chalInfo == null)
|
||||||
|
{
|
||||||
|
throw new Java.Lang.Exception("Failed to load challenge aux file");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
//this can happen e.g. if the file storage does not support GetParentPath
|
//this can happen e.g. if the file storage does not support GetParentPath
|
||||||
|
|||||||
Reference in New Issue
Block a user