Skip to content

Commit

Permalink
Fixed another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
incarnadined authored Apr 12, 2024
1 parent c3155ea commit b5abef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ public void sortColumn(int columnPosition, @NonNull SortState sortState) {
mColumnSortHandler.sort(columnPosition, sortState);

for (Integer col : hiddenColumns) {
hideColumn(i);
hideColumn(col);
}
}

Expand Down

0 comments on commit b5abef6

Please sign in to comment.