removed useless log statement
This commit is contained in:
parent
5d659c24dc
commit
8214926a4a
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ public abstract class BaseListFragment<I, N> extends BaseStateFragment<I> implem
|
||||||
infoListAdapter.setOnCommentsSelectedListener(new OnClickGesture<CommentsInfoItem>() {
|
infoListAdapter.setOnCommentsSelectedListener(new OnClickGesture<CommentsInfoItem>() {
|
||||||
@Override
|
@Override
|
||||||
public void selected(CommentsInfoItem selectedItem) {
|
public void selected(CommentsInfoItem selectedItem) {
|
||||||
//Log.d("comments" , "this comment was clicked" + selectedItem.getCommentText());
|
onItemSelected(selectedItem);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue