Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Session details, Bookmark, UI improvement, Code Cleanup #58

Merged
merged 10 commits into from
Jul 22, 2015
Merged

Session details, Bookmark, UI improvement, Code Cleanup #58

merged 10 commits into from
Jul 22, 2015

Conversation

mananwason
Copy link
Member

@creativepsyco Please review and merge.

for (int i = 0; i < getItemCount(); i++) {
Log.d("i" + i, tracks.get(i).getName());
tracks.remove(i);
notifyItemRemoved(i);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think should be done after you have finished removing? otherwise too many notify calls will cause too many getView calls.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I'll change this

@creativepsyco
Copy link
Contributor

@mananwason Minor comments. Rest all looks good. we can merge this. but try to fix the issues in the next PR.

creativepsyco added a commit that referenced this pull request Jul 22, 2015
Session details, Bookmark, UI improvement, Code Cleanup
@creativepsyco creativepsyco merged commit a408ccc into fossasia:master Jul 22, 2015
dreadpool2 pushed a commit to dreadpool2/open-event-android that referenced this pull request Jun 7, 2018
* Sign Up Activity and ViewModel Made

* Sign up activity and ViewModel made

* fix: Sign Up Activity and ViewModel Made

* Sign up activity and ViewModel made

* Sign up activity and ViewModel made
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants