Starting a coroutine inside onBindViewHolder creates a mess with recycler
问题 I am developing a chat application and there is a specific API so some things i must implement them with a specific way. For example (and the case that i have a problem...) When i have to display an Image the API says that i have to split the Image in small chunks and store them as a message with a byteArray content. There is also a header message that its body is the messageIds of the fileChunks. So in the RecyclerView inside the onBindViewHolder, when i see a header file message (msgType ==