cachapa / ExpandableLayout

An expandable layout container for Android
Apache License 2.0
2.34k stars 273 forks source link

Update RecyclerViewFragment.java #48

Closed DanChaltiel closed 6 years ago

DanChaltiel commented 6 years ago

Prevent automatic scrolldown at startup

cachapa commented 6 years ago

Thanks. Could you fix the style to be consistent with the rest of the project?

cachapa commented 6 years ago

Still missing spacing around the difference operator: state != ExpandableLayout.State.COLLAPSED

cachapa commented 6 years ago

Perfect, thanks!