Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4dd07c8 authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "CMFileManager: Remove incorrect notifyDataSetInvalidated()" into jellybean

parents 3d700489 9fca3f9e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -349,7 +349,6 @@ public class FileSystemObjectAdapter
                                        ? R.drawable.holo_list_selector_selected
                                        : R.drawable.holo_list_selector_deseleted);
                    }
                    notifyDataSetInvalidated();

                    //Add or remove from the global selected items
                    if (data.mSelected) {
@@ -426,8 +425,6 @@ public class FileSystemObjectAdapter
                    }
                }
            }
            //Invalidate data for repainting
            notifyDataSetInvalidated();

            //Communicate event
            if (this.mOnSelectionChangedListener != null) {