Fixed bug with preare-file-usage in GDrive

added GetDisplayName in FileStorages
This commit is contained in:
Philipp Crocoll
2013-10-27 15:06:57 +01:00
parent 55da547141
commit 42ead57738
16 changed files with 4866 additions and 1927 deletions

View File

@@ -195,5 +195,10 @@ namespace keepass2android.Io
{
throw new NotImplementedException();
}
public string GetDisplayName(IOConnectionInfo ioc)
{
return ioc.GetDisplayName();
}
}
}