|
Ran
|
Jobs
3
|
Files
24
|
Run time
67min
|
Badge
README BADGES
|
push
travis-ci
Fix for #378 - emptyView not updated when items added Summary: Modified `IGListAdapter` to update the `hidden` status of the `emptyView` after any item-level changes (`insertInSectionController:atIndexes:` and related methods) based on whether the item count is zero. Closes #378 - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/395 Differential Revision: D4400155 Pulled By: jessesquires fbshipit-source-id: 6c3422297
2787 of 2842 relevant lines covered (98.06%)
739.54 hits per line