Skip to content

Commit 89f983d

Browse files
author
Iain Connor
committed
Welcome aboard
1 parent a22aa9f commit 89f983d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/tippingcanoe/divergence/SectionAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public void setError(boolean error) {
220220
* @param position
221221
* @return
222222
*/
223-
protected abstract int getDataId(int position);
223+
protected abstract long getDataId(int position);
224224

225225
/**
226226
* Calculate and return the number of elements to be displayed, not including loading indicators

0 commit comments

Comments
 (0)