CardsGridView: remove unnecessary code
No point in checking if it is more than 0 since we already set columns to more than 0 with Math.max(1, Math.min(...))
Signed-off-by: Matej Starc matej.starc@protonmail.com
Edited by Matej Starc
No point in checking if it is more than 0 since we already set columns to more than 0 with Math.max(1, Math.min(...))
Signed-off-by: Matej Starc matej.starc@protonmail.com