Fixed bug with preare-file-usage in GDrive
added GetDisplayName in FileStorages
This commit is contained in:
@@ -195,5 +195,10 @@ namespace keepass2android.Io
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public string GetDisplayName(IOConnectionInfo ioc)
|
||||
{
|
||||
return ioc.GetDisplayName();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user