Pavel Papsujevic
Results
2
comments of
Pavel Papsujevic
I can understand this option in a small based project, however if you have many devs linked to one channel, gosh. I can have sometime 5 PRs in a row...
You could maybe do something like `val rowCount = if (listPickerContent.size % 2 == 0) listPickerContent.size + 1 else listPickerContent.size`