Glide Version: V4.12.0
Question:
UI:TabLayout + RecyclerView
Function:only one RecyclerView . to display different data. When the user switches between different TabItems in the TabLayout, different data needs to be requested from the server, and then the previous data should be cleared from this RecyclerView to display the latest data, When rapidly switching between tabs in TabLayout, this error occurs when loading images in RecyclerView, causing the app to crash.
Can I solve this problem by upgrading the glide version? Or there might be other ways to solve this problem