mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Optimized imports
This commit is contained in:
@@ -6,8 +6,7 @@ public class UIUtil {
|
||||
|
||||
if (itemSize / maxSpan > 0) {
|
||||
return maxSpan;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
return itemSize % maxSpan;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user