sync progress indicator
[pub/Android/ownCloud.git] / src / eu / alefzero / owncloud / ui / fragment / FileListFragment.java
index 7541329..3639ac6 100644 (file)
@@ -101,7 +101,7 @@ public class FileListFragment extends FragmentListView {
   /**\r
    * Lists the directory\r
    */\r
-  private void populateFileList() {\r
+  public void populateFileList() {\r
     String s = "/";\r
     for (String a : mDirNames)\r
       s+= a + "/";\r