Explorar el Código

descend into folder after creating it in uploader

tobiasKaminsky hace 10 años
padre
commit
0e5b0f383d

+ 4 - 0
src/com/owncloud/android/operations/CreateFolderOperation.java

@@ -121,4 +121,8 @@ public class CreateFolderOperation extends SyncOperation implements OnRemoteOper
             Log_OC.d(TAG, "Create directory " + mRemotePath + " in Database");
         }
     }
+
+    public String getRemotePath() {
+        return mRemotePath;
+    }
 }