Skip to content

add vararg delegate parameter to AsyncListDifferDelegationAdapter#76

Merged
sockeqwe merged 8 commits intosockeqwe:masterfrom
gabrielittner:async-vararg
Sep 5, 2019
Merged

add vararg delegate parameter to AsyncListDifferDelegationAdapter#76
sockeqwe merged 8 commits intosockeqwe:masterfrom
gabrielittner:async-vararg

Conversation

@gabrielittner
Copy link
Contributor

To match the ListDelegationAdapter functionality.

public void adapterDelegateManagerIsNull() {
try {
AsyncListDifferDelegationAdapter<Object> adapter = new AsyncListDifferDelegationAdapter<Object>(callback, null) {
PagedListDelegationAdapter<Object> adapter = new PagedListDelegationAdapter<Object>(null, callback) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was a copy and paste error and this change made it visible.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, nice, thank you

@sockeqwe sockeqwe merged commit 5b7b170 into sockeqwe:master Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants