| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…6634) * fix(list-view): app crashes on first ListView item template change * tests: add tests for changing ListView item template with expression
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
_itemTemplateSelector is called multiple times for Android because of the getItemViewType method which sets the bindingContext of itemTemplateSelector to the tapped dataItem on itemTap. After that some dataItem property is changed in itemTap user method and the bindingContext will point to that same dataItem reference without reevaluating the expression.
Added tests for dynamically changing ListView item template with itemTemplateSelector expression.
Fix #6284