-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GridDividerItemDecoration crashes on drawVerticalDividers(...) #31
Comments
From what I can see, a breaking change was introduced in commit 11a647f The code in |
@Mojtaba-Shafaei What do you mean by the equal spacing? Do you think that is the same as my issue #34 that I logged the other day? |
Given a grid where all rows are filled up to the end, the calculation for `rowCount` has been corrected by bringing back logic that was previously removed. Resolves: bignerdranch#31
Given a grid where all rows are filled up to the end, the calculation for `rowCount` has been corrected by bringing back logic that was previously removed. Resolves: bignerdranch#31
drawVerticalDividers crashes when I tested it with 8 items.
Would you support equal horizontal space in left and right of items?
The text was updated successfully, but these errors were encountered: