Loading src/com/cyanogenmod/filemanager/adapters/FileSystemObjectAdapter.java +3 −10 Original line number Diff line number Diff line Loading @@ -328,16 +328,6 @@ public class FileSystemObjectAdapter return this.mData[position].mSelected; } /** * Method that selects in the {@link ArrayAdapter} the passed item. * * @param item The view to select */ public void toggleSelection(View item) { ImageButton view = (ImageButton)item.findViewById(RESOURCE_ITEM_CHECK); onClick(view); } /** * Method that selects in the {@link ArrayAdapter} the passed item. * Loading Loading @@ -405,6 +395,9 @@ public class FileSystemObjectAdapter this.mOnSelectionChangedListener.onSelectionChanged(selection); } // The internal structure was update, only super adapter need to be notified super.notifyDataSetChanged(); //Found return; } Loading Loading
src/com/cyanogenmod/filemanager/adapters/FileSystemObjectAdapter.java +3 −10 Original line number Diff line number Diff line Loading @@ -328,16 +328,6 @@ public class FileSystemObjectAdapter return this.mData[position].mSelected; } /** * Method that selects in the {@link ArrayAdapter} the passed item. * * @param item The view to select */ public void toggleSelection(View item) { ImageButton view = (ImageButton)item.findViewById(RESOURCE_ITEM_CHECK); onClick(view); } /** * Method that selects in the {@link ArrayAdapter} the passed item. * Loading Loading @@ -405,6 +395,9 @@ public class FileSystemObjectAdapter this.mOnSelectionChangedListener.onSelectionChanged(selection); } // The internal structure was update, only super adapter need to be notified super.notifyDataSetChanged(); //Found return; } Loading