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
Incorrect Addition of Column Header and Footer in addColumnTo(int index, @nonnull ColumnProperties columnProperties) Method in BoardView Class (Line 946):
The header and footer are incorrectly added to the mHeaders and mFooters lists because mHeaders.add(columnHeader) (Line 1049) and mFooters.add(columnFooter) (Line 1060) do not use the specified index. This results in incorrect retrieval of the header or footer by column index.
The text was updated successfully, but these errors were encountered:
Incorrect Addition of Column Header and Footer in addColumnTo(int index, @nonnull ColumnProperties columnProperties) Method in BoardView Class (Line 946):
The header and footer are incorrectly added to the mHeaders and mFooters lists because mHeaders.add(columnHeader) (Line 1049) and mFooters.add(columnFooter) (Line 1060) do not use the specified index. This results in incorrect retrieval of the header or footer by column index.
The text was updated successfully, but these errors were encountered: