Browse Source

Added comment

Signed-off-by: Lucas Haug <fuermhandy@gmail.com>
Lucas Haug 4 years ago
parent
commit
17bdb8979e

+ 3 - 0
src/main/java/com/owncloud/android/ui/fragment/LocalFileListFragment.java

@@ -190,6 +190,9 @@ public class LocalFileListFragment extends ExtendedListFragment implements
         }
     }
 
+    /**
+     * Toggle selection of checked/unchecked file and notify adapter.
+     */
     @Override
     public void onItemCheckboxClicked(File file) {
         if (file != null) {