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
I modified the calculateActiveItem method and the calculateMostVisibleItem method.
I think the call to the deactivate method should destroy the previous call to the deactivate method on the next display, which is more logical.
I modified the calculateActiveItem method and the calculateMostVisibleItem method.
I think the call to the
deactivate
method should destroy the previous call to thedeactivate
method on the next display, which is more logical.` private void calculateActiveItem(ItemsPositionGetter itemsPositionGetter, ListItemData listItemData) {
/** 1. */
int currentItemVisibilityPercents = listItemData.getVisibilityPercents(mListItems);
if (SHOW_LOGS) Logger.v(TAG, "calculateActiveItem, mScrollDirection " + mScrollDirection);
The text was updated successfully, but these errors were encountered: