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);
 
     /**