Bahram Malaekeh
Bahram Malaekeh
Amazing to see progress on this issue. ❤️ Just wanted to show appreciation for the hard work on this! 🙏
I am having the same issue with an App I'm developing. So I was wondering if there was any news on this issue and/or if you guys could suggest a...
I solved my issue by holding a reference to the original adapter (the one wrapped inside the RecyclerViewMaterialAdapter) and calling the "notifyDataSetChanged()" on that. **BUT** the RecyclerViewMaterialAdapter seems to have...
So it should be simple, when you add any data to the adapter, you have to inform the adapter of changes. This is usually done by calling this function on...
@andersmurphy The guide you provided worked great! Thank you for the hard work. Wanted to make a simple suggestion. Maybe make the following part a bit more clear as it...
I can confirm that updating from `3.0.0-alpha07` to `3.0.0-alpha08` resolved this issue for me. See comment: https://github.com/coil-kt/coil/issues/2352#issuecomment-2220806593