TonicArtos / SuperSLiM

A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
http://tonicartos.nz
2.12k stars 297 forks source link

Update LayoutManager.java #164

Closed muetzenflo closed 7 years ago

muetzenflo commented 8 years ago

simplify binary search mid calculation. It's the little things .... ;)

anothem commented 8 years ago

The suggested change would cause an integer overflow for large values of min/max, whereas the existing one avoids that.