synesthesia-it / Boomerang

Swift micro-framework for MVVM (Model-View-ViewModel) native applications.
MIT License
36 stars 10 forks source link

Infinite loop in collection view some cases with empty DataGroup #25

Closed stefanomondino closed 4 years ago

stefanomondino commented 5 years ago

Sometimes ListViewModels and DataHolders ends up looping if DataGroup has no items inside. Needs investigation and a practical case.