Andy Scherzinger 8 年之前
父节点
当前提交
20d33737cc
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/com/owncloud/android/ui/activity/DrawerActivity.java

+ 5 - 0
src/com/owncloud/android/ui/activity/DrawerActivity.java

@@ -249,6 +249,11 @@ public abstract class DrawerActivity extends ToolbarActivity implements DisplayU
         }
     }
 
+    /**
+     * show the file list to the user.
+     *
+     * @param onDeviceOnly flag to decide if all files or only the ones on the device should be shown
+     */
     public abstract void showFiles(boolean onDeviceOnly);
 
     /**