Optimized imports

This commit is contained in:
CappielloAntonio 2021-08-01 11:48:18 +02:00
parent 8d517ae3e0
commit 0827fc10a9
80 changed files with 130 additions and 269 deletions

View file

@ -6,8 +6,7 @@ public class UIUtil {
if (itemSize / maxSpan > 0) {
return maxSpan;
}
else {
} else {
return itemSize % maxSpan;
}
}