Merge pull request #681 from dbrant/crash2

Fix crash when uploading multiple photos.
This commit is contained in:
Dinu Kumarasiri 2017-05-26 23:35:37 +05:30 committed by GitHub
commit 40c1ea375a
2 changed files with 7 additions and 10 deletions

View file

@ -24,7 +24,6 @@ class ContributionsListAdapter extends CursorAdapter {
return parent;
}
//FIXME: Potential cause of wrong image display bug
@Override
public void bindView(View view, Context context, Cursor cursor) {
final ContributionViewHolder views = (ContributionViewHolder)view.getTag();