There's an issue with the CollapsingToolbarLayout on tablets when scrolling NestedScrollView that contains small number of views
the issue is that the toolbar collapses even after the the scrolling stops.
you can reproduce the issue source code: https://github.com/chrisbanes/cheesesquare
Is there a way to prevent this from happening?