Why am i getting “Channel is unrecoverably broken and will be disposed!” error, trying to load large images in recycler view
I have a gallery fragment in my Android TV App with horizontal recyclerView where i`m trying to show images loaded with Coil (they might have a large size like 10mb, 20mb etc.). The requirement is that image should fill the fixed size of the list and then “crop” horizontally to its size.
Im getting an error: “Channel is unrecoverably broken and will be disposed!” and my app crashes while I’m trying to scroll quickly through recycler to the right and then to the left and so on.