DevAhamed / MultiViewAdapter

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

Fixes incorrect adapter position being sent while calling notify method #76

Closed DevAhamed closed 5 years ago

DevAhamed commented 5 years ago

When 'clearAllSelections' method is called on a ListSection, notify method is called with incorrect position. This commit fixes the issue.

codecov-io commented 5 years ago

Codecov Report

Merging #76 into 2.x will increase coverage by 0.2%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##              2.x      #76     +/-   ##
=========================================
+ Coverage   74.93%   75.13%   +0.2%     
=========================================
  Files          20       20             
  Lines        1105     1106      +1     
  Branches      169      167      -2     
=========================================
+ Hits          828      831      +3     
  Misses        179      179             
+ Partials       98       96      -2
Impacted Files Coverage Δ
...dapter/src/main/java/mva2/adapter/ListSection.java 87.7% <100%> (+0.87%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7fedd55...68c56e5. Read the comment docs.