OSDN Git Service

Made NavigationView reliant on FileObserver to keep up to date.
[android-x86/packages-apps-CMFileManager.git] / src / com / cyanogenmod / filemanager / model / FileSystemObject.java
index 578ea32..f82ff0b 100644 (file)
@@ -54,6 +54,12 @@ public abstract class FileSystemObject implements Serializable, Comparable<FileS
     private boolean mIsRemote;
 
     /**
+     * Normally, you shouldn't call this, however, this is in to be able
+     * to further abstract some calls in FileHelper.
+     **/
+    public FileSystemObject() {}
+
+    /**
      * Constructor of <code>FileSystemObject</code>.
      *
      * @param name The name of the object