You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return value of 'OnItemClickListener.onItemClick()' is commented as:
@return true if the click should activate the itemView according to the selection mode,
false for no change to the itemView.
But 'OnItemClickListener.onItemClick()' is only used in 'FlexibleViewHolder.onClick()', which uses this return value to determine whether to toggle activation.
Is is proper to change comment to something like "return true if the click should toggle activation of itemView"?
The text was updated successfully, but these errors were encountered:
Return value of 'OnItemClickListener.onItemClick()' is commented as:
But 'OnItemClickListener.onItemClick()' is only used in 'FlexibleViewHolder.onClick()', which uses this return value to determine whether to toggle activation.
Is is proper to change comment to something like "return true if the click should toggle activation of itemView"?
The text was updated successfully, but these errors were encountered: