mirror of
https://github.com/owncloud/android-library.git
synced 2026-08-11 16:33:03 +00:00
Fix read remote folder
This commit is contained in:
@@ -14,4 +14,8 @@ public abstract class DavMethod extends HttpBaseMethod {
|
||||
public DavMethod(OkHttpClient okHttpClient, HttpUrl httpUrl) {
|
||||
mDavResource = new DavOCResource(okHttpClient, httpUrl);
|
||||
}
|
||||
|
||||
public DavResource getDavResource() {
|
||||
return mDavResource;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user