fix file display, fix syncing, fix authenticator & other stuff
[pub/Android/ownCloud.git] / src / eu / alefzero / owncloud / datamodel / OCFile.java
index 62705f1..62bf065 100644 (file)
@@ -38,9 +38,9 @@ public class OCFile {
         * @param path The remote path of the file
         */
        public OCFile(String path) {
+         resetData();
          update_while_saving_ = false;
                path_ = path;
-               resetData();
        }
 
        /**