DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
818 stars 148 forks source link

clearAllSelections and collapseAllItems are not calling notify method with correct item position #75

Closed DevAhamed closed 5 years ago

DevAhamed commented 5 years ago

Please complete the following information:

When clearAllSelections or collapseAllItems methods are called, notify method is not called with correct position. This is due to incorrect incrementation inside the loop.

DevAhamed commented 5 years ago

Closed by #76 and #78