Improvements to GDrive implementation, started integration with KP2A app (file chooser not yet working)
This commit is contained in:
@@ -129,7 +129,7 @@ namespace keepass2android.Io
|
||||
return (!ioc.IsLocalFile()) && (ioc.CredSaveMode != IOCredSaveMode.SaveCred);
|
||||
}
|
||||
|
||||
public void CreateDirectory(IOConnectionInfo ioc)
|
||||
public void CreateDirectory(IOConnectionInfo ioc, string newDirName)
|
||||
{
|
||||
//TODO
|
||||
throw new NotImplementedException();
|
||||
|
Reference in New Issue
Block a user