We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22aa9f commit 89f983dCopy full SHA for 89f983d
library/src/main/java/com/tippingcanoe/divergence/SectionAdapter.java
@@ -220,7 +220,7 @@ public void setError(boolean error) {
220
* @param position
221
* @return
222
*/
223
- protected abstract int getDataId(int position);
+ protected abstract long getDataId(int position);
224
225
/**
226
* Calculate and return the number of elements to be displayed, not including loading indicators
0 commit comments