Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #311 - Add fast updateAsync #313

Merged
merged 2 commits into from
Nov 25, 2019

Conversation

ValCanBuild
Copy link
Collaborator

  • Add option to use updateAsync in example app

- Add option to use updateAsync in example app
// Expandable group
val expandableHeaderItem = ExpandableHeaderItem(R.string.expanding_group, R.string.expanding_group_subtitle)
allGroups += ExpandableGroup(expandableHeaderItem).apply {
for (i in 0..1) {

Choose a reason for hiding this comment

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

you can use repeat(2) { ... }

@ValCanBuild ValCanBuild merged commit 505a733 into master Nov 25, 2019
@ValCanBuild ValCanBuild deleted the bug/#311-fast-updateAsync-for-empty-adapter branch November 25, 2019 11:37
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